- 10adc9a Merge changes from topic "netstack_constant_cherrypick" by Remi NGUYEN VAN · 5 years ago
- fbb0836 Remove usage of Context.NETWORK_STACK_SERVICE by Remi NGUYEN VAN · 5 years ago
- 1a78f83 Merge "Change NetworkCapabilties administrator UIDs to be stored as int[]." by Cody Kesting · 5 years ago
- 678befa [SM07] Make combine subtype configurable from Settings by junyulai · 6 years ago
- 2632681 [SM05] Enable record mobile network stats by collapsed rat type by junyulai · 6 years ago
- 57b993b Merge "Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL" by Paul Hu · 5 years ago
- 5ab1f55 Change NetworkCapabilties administrator UIDs to be stored as int[]. by Cody Kesting · 5 years ago
- 4074c2d Merge "Restrict VPN Diagnostics callbacks to underlying networks." by Cody Kesting · 5 years ago
- 80bf34b Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister by junyulai · 5 years ago
- 9839a43 Merge "mtu: Add MTU parameter to Routes" by Lorenzo Colitti · 5 years ago
- 52ee59f Merge "[SP25] Rename functions that add Entry conditionally" by Junyu Lai · 5 years ago
- a896436 [SP25] Rename functions that add Entry conditionally by junyulai · 5 years ago
- 5596ba1 Merge "Update ConnectivityDiagnosticsCallback function name." by Cody Kesting · 5 years ago
- fa1ef5e Update ConnectivityDiagnosticsCallback function name. by Cody Kesting · 6 years ago
- 07c7c2a Merge "Ensure that NetworkFactory objects cannot be reused." by Lorenzo Colitti · 5 years ago
- 3fef3af Merge "Clean up unit testing for ConnectivityDiagnostics." by Cody Kesting · 5 years ago
- d759ac6 Restrict VPN Diagnostics callbacks to underlying networks. by Cody Kesting · 6 years ago
- 2c74e66 Ensure that NetworkFactory objects cannot be reused. by Lorenzo Colitti · 6 years ago
- ed459f5 Merge "Protect ConnectivityService from SecurityException in permission check." by Cody Kesting · 5 years ago
- cc38304 [SP24] Rename functions that add Entry unconditionally by junyulai · 5 years ago
- 24ab741 Merge "[SP21] Address comments for API council review about aosp/1172143" by Junyu Lai · 5 years ago
- 16cad96 Merge "Resolve ambiguous argument." by Chalard Jean · 5 years ago
- a7cc6d8 Resolve ambiguous argument. by Chalard Jean · 5 years ago
- 62b8d6f Merge "Remove redundant connected notification" by Treehugger Robot · 5 years ago
- 0c88795 [SP21] Address comments for API council review about aosp/1172143 by junyulai · 6 years ago
- 27ca449 Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL by paulhu · 6 years ago
- 807ce66 Clean up unit testing for ConnectivityDiagnostics. by Cody Kesting · 6 years ago
- e431486 mtu: Add MTU parameter to Routes by Tyler Wear · 6 years ago
- a830439 Protect ConnectivityService from SecurityException in permission check. by Cody Kesting · 6 years ago
- 42fbfe8 Merge "Clear UIDs when sharing NetworkCapabilties for ConnectivityDiagnostics." by Cody Kesting · 6 years ago
- d88d10a Merge "Remove the NetworkScore class." by Treehugger Robot · 6 years ago
- 8cdee3a Remove the NetworkScore class. by Chalard Jean · 6 years ago
- 444d43a Remove redundant connected notification by lucaslin · 6 years ago
- 7febafb Clear UIDs when sharing NetworkCapabilties for ConnectivityDiagnostics. by Cody Kesting · 6 years ago
- 22d91b6 Merge changes I794a24d0,Iab32b2db by Junyu Lai · 6 years ago
- c05d135 Remove setHandler in NetworkStatsService by junyulai · 6 years ago
- 2e6a35e Add more assertions to testStackedLinkProperties. by Lorenzo Colitti · 6 years ago
- 3123092 Remove the need of accessing handler in NSS unit test by junyulai · 6 years ago
- 5d61bc2 Merge "Move NetworkAgent#register to a new method." by Aaron Huang · 6 years ago
- 08c8218 Merge "test: ConnectivityService: Validate Route Add/Del" by Lorenzo Colitti · 6 years ago
- 5668f71 test: ConnectivityService: Validate Route Add/Del by Tyler Wear · 6 years ago
- 5863a71 Move NetworkAgent#register to a new method. by Chalard Jean · 6 years ago
- 4d95254 Merge "Sanitize owner UID iff owning app does not have location permissions." by Qingxi Li · 6 years ago
- b274810 Sanitize owner UID iff owning app does not have location permissions. by Qingxi Li · 6 years ago
- 94d31ad Add support for starting IKEv2/IPsec VPNs from settings by Benedict Wong · 6 years ago
- 16e0e33 Add always-on VPN support for platform VPNs by Benedict Wong · 6 years ago
- d07db8a Merge changes Ide9daebc,Id47ada57 by Benedict Wong · 6 years ago
- e777d05 Merge changes from topics "capport_dhcpresults", "nm_cb_capport" by Lorenzo Colitti · 6 years ago
- 9e3dd9a Merge "Update state in NetworkInfo when network resumes" by Chiachang Wang · 6 years ago
- 45e1118 Send LinkProperties update on new capport data by Remi NGUYEN VAN · 6 years ago
- aa88bca Update state in NetworkInfo when network resumes by Chiachang Wang · 6 years ago
- 0bd4bba Enforce restricted user, getConnectionOwnerUid checks by Benedict Wong · 6 years ago
- 02d8578 Merge "RELAND: NetworkRequest: Embed requestor uid & packageName" by Roshan Pius · 6 years ago
- 02e9b56 Merge "Implement Ikev2VpnRunner" by Benedict Wong · 6 years ago
- 969d188 Implement Ikev2VpnRunner by Benedict Wong · 6 years ago
- 08c94fb RELAND: NetworkRequest: Embed requestor uid & packageName by Roshan Pius · 6 years ago
- 948f0f9 Merge "Revert "NetworkRequest: Embed requestor uid & packageName"" by Roshan Pius · 6 years ago
- d85de75 Revert "NetworkRequest: Embed requestor uid & packageName" by Roshan Pius · 6 years ago
- 7b59ec5 Merge "NetworkRequest: Embed requestor uid & packageName" by Qingxi Li · 6 years ago
- 96a4f4b [NS B09] Create NetworkRanker by Chalard Jean · 6 years ago
- d499517 NetworkRequest: Embed requestor uid & packageName by Roshan Pius · 6 years ago
- d0bb3fe Use waitForIdle() to wait for Threaded processing. by Cody Kesting · 6 years ago
- 5a9a2ae Fire ConnectivityDiagnostics callbacks on Connectivity reported. by Cody Kesting · 6 years ago
- b12ad4c Implement INetworkMonitorCallbacks#notifyDataStallSuspected. by Cody Kesting · 6 years ago
- e10545c Merge "Implement INetworkMonitorCallbacks#notifyNetworkTestedWithExtras." by Cody Kesting · 6 years ago
- 83bb5fa Implement INetworkMonitorCallbacks#notifyNetworkTestedWithExtras. by Cody Kesting · 6 years ago
- f1211e9 Merge changes Ic1a5d032,I271e7f4d,I7af37281 by Chalard Jean · 6 years ago
- e2684df Merge "Add separate user consent for Platform VPNs" by Benedict Wong · 6 years ago
- a731991 Add separate user consent for Platform VPNs by Benedict Wong · 6 years ago
- b7ebc8a [NS A36] Add a test for lost trusted capability by Chalard Jean · 6 years ago
- bf91f5f [NS A37] Don't reassign requests multiple times by Chalard Jean · 6 years ago
- 3914abc Merge changes I446a8595,I68d2293f by Benedict Wong · 6 years ago
- 73708bf Add callback registration in ConnectivityService. by Cody Kesting · 6 years ago
- df936cf Add basic logic for profile-based VPNs by Benedict Wong · 6 years ago
- bb8da98 Add API for apps to check if they are the network owner by Qingxi Li · 6 years ago
- d439f79 Add additional fields to VpnProfile for profile-based IKEv2/IPsec VPNs by Benedict Wong · 6 years ago
- 1c42b17 Merge "Add API for CaptivePortalData" by Remi NGUYEN VAN · 6 years ago
- 0a65eed Add API for CaptivePortalData by Remi NGUYEN VAN · 6 years ago
- 8f30460 Add a Builder to NetworkAgentConfig, and make it SystemApi. by Lorenzo Colitti · 6 years ago
- ab2fed7 Rename NetworkMisc to NetworkAgentConfig. by Lorenzo Colitti · 6 years ago
- f78c964 Have registerNetworkAgent return a Network. by Chalard Jean · 6 years ago
- 582ba55 Replace StringNetworkSpecifier & subId with TelephonyNetworkSpecifer by Rambo Wang · 6 years ago
- 429d86a Merge changes from topic "sp04" by Junyu Lai · 6 years ago
- 276921b [SP04] add unit test for NetworkStatsProvider by junyulai · 6 years ago
- a86fae7 Stop using NetworkFactory in connectivity code. by Lorenzo Colitti · 6 years ago
- 9b292c2 [SP01] Add NetworkStats to system API by junyulai · 6 years ago
- 5776f96 [Tether13] Move TetheringManager into framework by markchien · 6 years ago
- 032c3c3 Merge "Replace the permission of internal connectivity checks" by Paul Hu · 6 years ago
- 8e96a75 Replace the permission of internal connectivity checks by paulhu · 6 years ago
- e38a525 Merge changes Ie756b9aa,I38110f3a by Treehugger Robot · 6 years ago
- 54ef929 Disable a flaky test by Chalard Jean · 6 years ago
- 9127f03 [NS A18] Reverse listens and request-availables by Chalard Jean · 6 years ago
- a1a975e Merge changes I0613c23f,Ibeab8d0a,I8bd668ad,I7d3a16be by Chalard Jean · 6 years ago
- 9589e72 [NS A14] Move code notifying battery stats in its right place by Chalard Jean · 6 years ago
- 783ba3e Merge changes from topic "tether_migrate" by Mark Chien · 6 years ago
- 5e86665 [Tether07] Migrate Tethering into module by markchien · 6 years ago
- 0a2a200 Add tests for ConnectivityService → BatteryStats messages by Chalard Jean · 6 years ago
- cd46b46 Merge "BitUtils: support packing/unpacking negative long values" by Treehugger Robot · 6 years ago
- 3127073 BitUtils: support packing/unpacking negative long values by Hugo Benichi · 6 years ago
- 0a6f038 Merge "Fix hasUseBackgroundNetworksPermission issue." by Paul Hu · 6 years ago