summaryrefslogtreecommitdiffstats
path: root/core/java/android/net
Commit message (Collapse)AuthorAgeFilesLines
* frameworks/base: Addition of Changes for ZeroBalance featurePragnya Paramita2016-11-101-0/+99
| | | | | | | | | | | | | | | | --Addition of code to receive broadcast from ZeroBalanceHelper application for executing command to write block/unblock rule to Iptable. --Addition of ZeroBalanceHelper file to be accesible by other modules to notify ZeroBalanceHelper application about update on change of SIM balance. --Addition of rule to allow browser uid when rest all applications are in blocked state. --Addition of feature flag to control the zerobalance feature. CRs-Fixed: 927258 Change-Id: Ifdf4c46fd63ab78193047a9bc8b62bf41065a665
* Merge remote-tracking branch 'remotes/android-6.0.1_r52' into HEADJessica Wagantall2016-07-071-0/+9
|\ | | | | | | | | | | Ticket: CYNGNOS-3020 Change-Id: Ia14b6d0120de0b458c7c249a11041ff121389cfa
| * Don't pass URL path and username/password to PAC scriptsPaul Jensen2016-05-271-0/+9
| | | | | | | | | | | | | | | | The URL path could contain credentials that apps don't want exposed to a potentially malicious PAC script. Bug: 27593919 Change-Id: I4bb0362fc91f70ad47c4c7453d77d6f9a1e8eeed
| * Exit getAllValidScorers early if not the primary.Jeremy Joslin2016-02-161-5/+12
| | | | | | | | | | | | | | | | | | This fixes the crash that occurs when getAllValidScorers() is invoked by a non-primary user when a scorer is active. BUG: 23040221 Change-Id: I42c9e18d74389be3191258ca5626f2c433ca7cc7 (cherry picked from commit 5b294b45d0d7afbed71fd2e59342c5ad7b8b7d76)
* | Framework changes for resetting data usage statisticsKamaljeet Maini2016-04-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of data management experience enhancements in Settings application, a new feature is added. This feature allows users to fully reset all data usage stats of currently selected network interface. When data stats are reset for a specific network interface, the total data usage and per app data usage for that interface is reset to zero. There is no way to revert this reset. Prior to this feature, users could only change the data stats cycle to hide older data usage history. Alternatively, users could perform fully factory reset to remove the usage history. This feature allows fully clearing data usage stats history without any other changes. Change-Id: I242331cf85cec00997a8aa34e8bdcbccf0917864
* | NetworkManagement: Add ability to restrict app WiFi background data accessKamaljeet Maini2016-04-011-0/+2
| | | | | | | | | | | | Settings/SETTINGS-87 Change-Id: I49124f24d27cde349519ca19ffc39675c897c47c
* | NetworkManagement : Add ability to restrict app data/wifi usageDanesh M2016-03-211-0/+4
| | | | | | | | | | | | CYAN-3976 CRACKLING-834 Change-Id: Iaa0483d0ad64511184f0f31d93552a93fbab6dd0
* | Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-113-5/+64
|\ \ | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 22 Change-Id: I0d31899b234156a91accb61e0a7fb3d8d16d5062
| * | Exit getAllValidScorers early if not the primary.Jeremy Joslin2016-01-051-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the crash that occurs when getAllValidScorers() is invoked by a non-primary user when a scorer is active. BUG: 23040221 Change-Id: I42c9e18d74389be3191258ca5626f2c433ca7cc7
| * | Merge "Reinstate CHANGE_NETWORK_STATE as a normal permission." into mnc-dr-devLorenzo Colitti2015-10-221-22/+65
| |\ \ | | |/ | | | | | | | | | | | | | | | am: 809dcade99 * commit '809dcade9906001f6aa51a68aa783e20bb1d7c0d': Reinstate CHANGE_NETWORK_STATE as a normal permission.
| * | Merge "Ignore network policies with missing IMSI." into mnc-dr-devJeff Sharkey2015-10-201-1/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | am: 38463bb950 * commit '38463bb950390a7b50fb07a990d9ed6990d07539': Ignore network policies with missing IMSI.
| * \ \ am a03ecf7d: Merge "Push firewall rules up to ConnectivityService." into ↵Jeff Sharkey2015-10-121-24/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit 'a03ecf7d7c8ff2844caf5feecc6d29f1f7346ff9': Push firewall rules up to ConnectivityService.
| * \ \ \ am 4e4d59ee: Connect the DHCP UDP socket to the server.Lorenzo Colitti2015-10-111-5/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '4e4d59eeef86fa8560d35c00168869b0a066f962': Connect the DHCP UDP socket to the server.
| * \ \ \ \ am 7aa79efe: Grab a wakelock while doing ARP/ND probingErik Kline2015-09-211-1/+34
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7aa79efe80b790eef61ac355c0ce6c7b606e6f78': Grab a wakelock while doing ARP/ND probing
| * \ \ \ \ \ am 017223ac: Merge changes from topic \'packet-keepalive-fixes\' into mnc-dr-devLorenzo Colitti2015-09-092-2/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '017223acda5bfe16cb87d0a33d72dd28d2fccd3b': Require the new PACKET_KEEPALIVE_OFFLOAD permission. Add an error code for generic hardware error. Fix bugs and crashes in PacketKeepalive API. Add tests for the PacketKeepalive API. Add a PACKET_KEEPALIVE_OFFLOAD permission. Use a CountDownLatch instead of sleep() in NetworkFactory tests. Get rid of shortSleep() in ConnectivityServiceTest. Make ConnectivityServiceTest a bit more readable.
| * \ \ \ \ \ \ am 8e285f2f: Merge "Cut down some logs." into mnc-dr-devRobert Greenwalt2015-09-041-1/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8e285f2f74460b1b4bc9ba0faa3c94540f5ab92c': Cut down some logs.
| * \ \ \ \ \ \ \ am cfd45ae4: Merge "Add SUPL-specific network bcast" into mnc-dr-devDaniel Estrada Alva2015-09-021-0/+10
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cfd45ae4718934d403a17410ab6a7c722bdd01fc': Add SUPL-specific network bcast
| * \ \ \ \ \ \ \ \ am 5799f428: am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-devRobert Greenwalt2015-08-281-4/+6
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5799f428063cec8f0b85cdff41185e0725b19b74': Reduce CONNECTIVITY_CHANGE bcasts
| * \ \ \ \ \ \ \ \ \ am 0257c82f: am 11e84bde: Merge "Don\'t mark NetworkRequests restricted when ↵Lorenzo Colitti2015-08-191-1/+5
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they don\'t have restricted caps" into mnc-dev * commit '0257c82fa122243e97e4a1f4ef4bc4b8c21bd692': Don't mark NetworkRequests restricted when they don't have restricted caps
| * | | | | | | | | | | DO NOT MERGE Allow a custom component to handle network policy notificationsZach Johnson2015-08-112-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broadcasts information about network policy notifications to a custom component, if specified, so it can handle them. Also exposes an API to snooze warning notifications. Change-Id: Ic89478fa437861e2d4b6a9443858bcaf12122fba
* | | | | | | | | | | | connectivity: Configure additional TCP parametersSteve Kondik2015-12-161-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for configuring TCP delayed ack segments / usercfg via LinkProperties. This can improve performance for usecases like WiFI display. Change-Id: Iaf1fa7610a035ff91317544a8fc2e3f895831ad4
* | | | | | | | | | | | Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-074-52/+75
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 3 Change-Id: I59b9e5a943e0860d43bcfb36ee0e8b8b072412ea
| * | | | | | | | | | | Merge "Reinstate CHANGE_NETWORK_STATE as a normal permission." into mnc-dr-devLorenzo Colitti2015-10-221-22/+65
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | Reinstate CHANGE_NETWORK_STATE as a normal permission.Lorenzo Colitti2015-10-221-22/+65
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a partial revert of http://ag/738523 , but not a full revert because M apps that have gone through the WRITE_SETTINGS route to obtain permission to change network state should continue to have permission to do so. Specifically: 1. Change the protection level of CHANGE_NETWORK_STATE back from "signature|preinstalled|appop|pre23" to "normal". This allows apps that declare CHANGE_NETWORK_STATE in their manifest to acquire it, even if they target the M SDK or above. 2. Change the ConnectivityManager permission checks so that they first check CHANGE_NETWORK_STATE, and then ask Settings if the app has the WRITE_SETTINGS runtime permission. 3. Slightly simplify the code in the Settings provider code that deals specifically with the ability to change network state. 4. Make the ConnectivityService permissions checks use the ConnectivityManager code to avoid code duplication. 5. Update the ConnectivityManager public Javadoc to list both CHANGE_NETWORK_STATE and WRITE_SETTINGS. Bug: 21588539 Bug: 23597341 Change-Id: Ic06a26517c95f9ad94183f6d126fd0de45de346e
| * | | | | | | | | | Ignore network policies with missing IMSI.Jeff Sharkey2015-10-191-1/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In rare cases, we might have created a network policy before an IMSI was available. Because this policy is persisted, and we incorrectly think that it always applies, we end up annoying the user when data usage goes over the 2GB default warning threshold. This patch fixes the network matching logic to ignore these empty network policies when present. Bug: 24972775 Change-Id: Id26499b6716121dddf0f2c05b848b0bed5995e72
| * | | | | | | | | Merge "Push firewall rules up to ConnectivityService." into mnc-dr-devJeff Sharkey2015-10-121-24/+4
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Push firewall rules up to ConnectivityService.Jeff Sharkey2015-09-141-24/+4
| | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getActiveNetworkInfo() and friends already know how to augment their results to help apps detect when network access is blocked. This change wires up the new app-idle and device-idle firewall rules to be reported through these APIs. This also causes other platform tools like DownloadManager and SyncManager to respect these new policies. Bug: 24050462 Change-Id: Id9517b0b70be7e3ca2ab27bed8049db916e4d829
| * | | | | | | | Connect the DHCP UDP socket to the server.Lorenzo Colitti2015-10-111-5/+4
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it so that the socket cannot receive datagrams from anybody except the DHCP server. This does not improve security, because we never read from the UDP socket anyway, but it does make ListeningPortsTest pass. Bug: 23906864 Bug: 23933386 Change-Id: Ib090273a417f7eb2ac1ee3309260249b72fb8345
* | | | | | | | fw: Re-introduce WimaxHelper.Adnan Begovic2015-11-251-0/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idafc449823a3a6b4d082adbd189efb071d41ece4
* | | | | | | | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-057-25/+505
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android 6.0.0 release 26 Conflicts: cmds/bootanimation/BootAnimation.cpp core/java/android/accounts/AccountManager.java core/java/android/app/AppOpsManager.java core/java/android/os/PowerManagerInternal.java core/java/android/os/storage/IMountService.java core/java/android/provider/Settings.java core/java/com/android/internal/widget/ILockSettings.aidl core/res/res/values-mcc204-mnc12/config.xml core/res/res/values-mcc219-mnc02/config.xml core/res/res/values-mcc730-mnc07/config.xml core/res/res/values/config.xml core/res/res/values/symbols.xml packages/SystemUI/res/values/config.xml packages/SystemUI/src/com/android/systemui/doze/DozeService.java packages/SystemUI/src/com/android/systemui/statusbar/CommandQueue.java packages/SystemUI/src/com/android/systemui/statusbar/ExpandableOutlineView.java packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeScrimController.java packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarHeaderView.java packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java services/core/java/com/android/server/LocationManagerService.java services/core/java/com/android/server/am/ActivityManagerService.java services/core/java/com/android/server/pm/PackageManagerService.java services/core/java/com/android/server/power/PowerManagerService.java telecomm/java/android/telecom/Phone.java telephony/java/android/telephony/CarrierConfigManager.java telephony/java/android/telephony/RadioAccessFamily.java telephony/java/android/telephony/ServiceState.java telephony/java/android/telephony/SignalStrength.java telephony/java/android/telephony/TelephonyManager.java telephony/java/com/android/ims/ImsCallProfile.java telephony/java/com/android/ims/ImsReasonInfo.java telephony/java/com/android/ims/ImsSuppServiceNotification.aidl telephony/java/com/android/ims/ImsSuppServiceNotification.java telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl telephony/java/com/android/internal/telephony/RILConstants.java Change-Id: I99c6edb8e25a77145b5adef97d0d55bfbe676959
| * | | | | | | Grab a wakelock while doing ARP/ND probingErik Kline2015-09-211-1/+34
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 23197666 Change-Id: I5bf6e83b37fcd924f5f8e750f65bb5061f931e56
| * | | | | | Add an error code for generic hardware error.Lorenzo Colitti2015-09-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary because currently the wifi code just returns whatever hardware-specific integer it gets back from the HAL, which is bad because that will be interpreted by the caller as one of the error codes defined in this class. In parallel we'll also modify the wifi code to return this new error code if the hardware returns an error. Bug: 21405946 Change-Id: Ic9fa1193ced69a4e7ff543e397221c89b10a5a13
| * | | | | | Use a CountDownLatch instead of sleep() in NetworkFactory tests.Lorenzo Colitti2015-09-081-2/+4
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes testNetworkFactoryRequests 2-3 times faster. Bug: 22606153 Change-Id: I9657b6929e77f23ec811d0ab57b2ba974f0b6a69
| * | | | | Cut down some logs.Robert Greenwalt2015-09-031-1/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | bug:23623327 Change-Id: I737d4e6c384bf4da62c65ad2abe0c9b5dca0067a
| * | | | Add SUPL-specific network bcastRobert Greenwalt2015-09-011-0/+10
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move SUPL CONNECTIVITY_ACTION bcasts to a different, hidden intent to reduce the churn of apps when SUPL comes/goes. Short term hack until SUPL moves to use the new APIs and there's no bcast. bug:23350688 Change-Id: I3dc14b42afa72465260aa41ccedfe1df27baabd9
| * | | am e3bcde94: Merge "Reduce CONNECTIVITY_CHANGE bcasts" into mnc-devRobert Greenwalt2015-08-281-4/+6
| |\ \ \ | | |_|/ | |/| | | | | | | | | | * commit 'e3bcde94caf8440d5e3958a340b3d276d03f7691': Reduce CONNECTIVITY_CHANGE bcasts
| | * | Reduce CONNECTIVITY_CHANGE bcastsRobert Greenwalt2015-08-281-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an app uses the new api (requestNetwork) to bring up MMS, don't mark it as a legacy request. This was done because the messaging service had to use a combination of new API and old (requestRouteToHost) due to api problems. This has been resolved so don't mark these as legacy requests anymore. The general stuff is still in for other types due to lack of testing time but this should be removed altogether in the future. bug:23350688 Change-Id: I41c27efb253c39d8af1357ae7916ed5315c716db
| * | | am 11e84bde: Merge "Don\'t mark NetworkRequests restricted when they don\'t ↵Lorenzo Colitti2015-08-191-1/+5
| |\ \ \ | | |/ / | | | / | | |/ | |/| | | | | | | have restricted caps" into mnc-dev * commit '11e84bde9e98cb4b777a67208989d259883e9375': Don't mark NetworkRequests restricted when they don't have restricted caps
| * | am 70f998e5: Merge "Bug: 21588539 Move CHANGE_NETWORK_STATE to be in ↵Billy Lau2015-08-071-2/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | SYSTEM_SETTINGS" into mnc-dev * commit '70f998e57df2b3ed79331669a93a0ba314f25e7d': Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS
| * \ \ am 027e3b7f: Merge "Fix check for caller being the active network scorer" ↵Shirish Kalele2015-08-071-7/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev * commit '027e3b7f51cd172dae89f69cc358363b0cf20f5f': Fix check for caller being the active network scorer
| * \ \ \ resolved conflicts for merge of dbc4edcc to mnc-dr-devPaul Jensen2015-08-053-38/+39
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I3a8624b2b375e0d174983d7690082e0e6932c4de
| * \ \ \ \ am 692a244b: Fix build.Dianne Hackborn2015-07-311-4/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '692a244bffea11157c37c8de93482cb912599b98': Fix build.
| * \ \ \ \ \ am 496a9d26: Merge "Stop supporting legacy ConnectivityManager routing ↵Lorenzo Colitti2015-07-311-1/+43
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods in M." into mnc-dev * commit '496a9d269b0778ffa1965f3b11d768fe70fd7719': Stop supporting legacy ConnectivityManager routing methods in M.
| * \ \ \ \ \ \ am a991c66c: Merge "Fix missing onLost NetworkCallbacks when network loses ↵Paul Jensen2015-07-301-0/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capability" into mnc-dev * commit 'a991c66c12da30d0240ac6c98736edee93d95977': Fix missing onLost NetworkCallbacks when network loses capability
| * \ \ \ \ \ \ \ resolved conflicts for merge of 30813942 to mnc-dr-devPaul Jensen2015-07-291-0/+20
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8b33797528f16596f0d350ad38458baa51fcacf6
| * \ \ \ \ \ \ \ \ am b3c93c5f: Merge "Un-remove legacy ConnectivityManager API." into mnc-devRobert Greenwalt2015-07-281-5/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b3c93c5f4256a1da1a8020abe5812a841b67667a': Un-remove legacy ConnectivityManager API.
| * \ \ \ \ \ \ \ \ \ am e288b3af: Merge changes I5c994de5,I6cb0dd84 into mnc-devLorenzo Colitti2015-07-281-1/+12
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e288b3af14421731d8f477b97e8d77588f20498b': Add a test for public bugs 2111 and 2136. Always check off-link connectivity in NetworkDiagnostics.
| * | | | | | | | | | | Pass signal strength thresholds inside a BundleErik Kline2015-07-181-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 21407651 Change-Id: I2c80e89441e2eb15a246cb1fa9347f886cefa80f
| * | | | | | | | | | | Support NetworkCallbacks based on signal strength.Lorenzo Colitti2015-07-183-3/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 21405941 Change-Id: I2ed8a5aeb8dac464a4305671ed22abcacb485bc9
| * | | | | | | | | | | ConnectivityManager API for for packet keepalives.Lorenzo Colitti2015-07-183-5/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 21405946 Change-Id: Ie1f8f8bee684fe2bb1092a9f1bc9f5dc29b1defc