summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/10/changes
diff options
context:
space:
mode:
authorPaul Jensen <pauljensen@google.com>2014-08-19 10:31:40 -0400
committerPaul Jensen <pauljensen@google.com>2014-08-20 14:46:11 +0000
commit0311b2b31a9577a89fc0a2ed82ba761aa97df06b (patch)
tree89af94216cbbc685c6aea9c9c61a5014c6c56541 /docs/html/sdk/api_diff/10/changes
parentfe9c0a58aa8e63931e45b540158f101a2a398153 (diff)
Fix listening NetworkRequests to listen for all networks.
This is a small change but should fix a number of functional problems: 1. When registering a listening NetworkRequest and when a Network is validated, we should always add the listening NetworkRequest to the Network's list of NetworkRequests if the Network satisfies the NetworkRequest. Previously in both cases this was only done for the highest scoring network. This enables the listening NetworkRequest to listen for all networks, not just the highest scoring network. 2. No longer add listening NetworkRequests to mNetworkForRequestId as it doesn't make sense as it's a 1:1 mapping but listening NetworkRequests to Networks is a many:many mapping. 3. Don't "keep" a Network that's finished validating when only a listening NetworkRequest requests it. 4. Don't send updated scores to NetworkFactories from listening NetworkRequests. NetworkFactories and NetworkAgents shouldn't concern themselves with listening NetworkRequests. bug:16680764 Change-Id: Iaba14263227771e4bd84ee4bce488beaef20a8a3
Diffstat (limited to 'docs/html/sdk/api_diff/10/changes')
0 files changed, 0 insertions, 0 deletions