diff options
author | Robert Greenwalt <rgreenwalt@google.com> | 2011-01-27 16:35:18 -0800 |
---|---|---|
committer | Robert Greenwalt <rgreenwalt@google.com> | 2011-01-27 17:48:52 -0800 |
commit | 164ca032b609c9590b41dfd83c13317612e43b2f (patch) | |
tree | 7972b1c8a1b108222fea457cb59d2fa849705ec0 /tools/aidl/generate_java.cpp | |
parent | a85b789a4a6c58c33dda9e5b00a10faee6bbf561 (diff) |
Fix data network type notifications.
These trackers have two copies of the network type: newSS and newNetworkType. I think thats wrong,
but this was the smaller change on code that will hopefully be refactored soon.
On radio_off we were making a new, empty newSS but not clearing newNetworkType so it
still thought we were on 3G and when we reconnect and get 3G state changes new==old and we don't
send the update. In this fix I reset newNetworkType every time we apply it to networkType.
bug:3389886
Change-Id: I294f34259dc6c6f8f445bf2cb5466c8be747e25c
Diffstat (limited to 'tools/aidl/generate_java.cpp')
0 files changed, 0 insertions, 0 deletions