1. 6ea366b Make sure that only the owner can call stopVpnProfile() by lucaslin · 3 years, 2 months ago
  2. afc122e Remove sendNetworkConditionsBroadcast by lucaslin · 3 years, 5 months ago
  3. b9a8d8e Fix legacy APIs when VPN switches to suspended underlying network. by Lorenzo Colitti · 3 years, 9 months ago
  4. 7825bc9 Backport test coverage from aosp/1547496. by Lorenzo Colitti · 3 years, 9 months ago
  5. 1cfd6b6 Backport some helpers in ConnectivityServiceTest. by Lorenzo Colitti · 3 years, 8 months ago
  6. d31ccb1 Test for bugs with suspended VPN underlying networks. by Lorenzo Colitti · 3 years, 9 months ago
  7. 503245d Add a test for getDefaultNetworkCapabilitiesForUser. by Lorenzo Colitti · 3 years, 10 months ago
  8. d590e33e Improve testing of CONNECTIVITY_ACTION broadcasts. by Lorenzo Colitti · 3 years, 9 months ago
  9. a3bdd1b Test passing an underlying network array with null network in it. by Lorenzo Colitti · 3 years, 10 months ago
  10. 515b6d8 Make testVpnNetworkActive more deterministic. by Lorenzo Colitti · 3 years, 10 months ago
  11. abb9e37 Make MockVpn more realistic and easier to use. by Lorenzo Colitti · 3 years, 10 months ago
  12. 66f3d4b Increase test coverage for VPN info sent to NetworkStatsService. by Lorenzo Colitti · 3 years, 10 months ago
  13. a2e6363 Simplify MockVpn. by Lorenzo Colitti · 3 years, 11 months ago
  14. 590e296 Test a VPN with an underlying network that does not yet exist. by Lorenzo Colitti · 3 years, 11 months ago
  15. 232afa5 Attribute data usage to virtual RAT type for 5G non-standalone mode by junyulai · 4 years, 2 months ago
  16. ee9ca62 Merge "Update DnsManagerTest for AIDL interface change" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  17. 125db20 Update DnsManagerTest for AIDL interface change by Ken Chen · 4 years, 3 months ago
  18. 1a5e45e Support DNS-over-TLS probes in NetworkDiagnostics by Mike Yu · 4 years, 3 months ago
  19. 6555756 Merge "Move Inet[4]AddressUtils to libs/net" into rvc-dev by Remi NGUYEN VAN · 4 years, 3 months ago
  20. db056d4 Merge "Move DnsPacket to libs net" into rvc-dev by Lorenzo Colitti · 4 years, 3 months ago
  21. c1a52b8 Move DnsPacket to libs net by Luke Huang · 4 years, 3 months ago
  22. 7144459 Merge "Disable sockets and DNS if process lacks INTERNET permission." into rvc-dev by Luke Huang · 4 years, 3 months ago
  23. 6f214e8 Disable sockets and DNS if process lacks INTERNET permission. by Luke Huang · 4 years, 3 months ago
  24. 2f2dab0 Treat RouteInfo with different interfaces as different routes by Treehugger Robot · 4 years, 3 months ago
  25. 4d2791b Test extra info sent to NetworkMonitor by Chiachang Wang · 4 years, 3 months ago
  26. eee629f Move Inet[4]AddressUtils to libs/net by Remi NGUYEN VAN · 4 years, 4 months ago
  27. 32f8a56 Merge "Add unit test for NetworkStatsSubscriptionsMonitor" into rvc-dev by Aaron Huang · 4 years, 4 months ago
  28. e4e86e1 Add unit test for NetworkStatsSubscriptionsMonitor by Aaron Huang · 4 years, 5 months ago
  29. be7265d Update extra info before registering by Chiachang Wang · 4 years, 4 months ago
  30. c5401ef Merge "Add RequiresFeature annotations for IKEv2 VPN profiles" into rvc-dev by Benedict Wong · 4 years, 4 months ago
  31. 891ee84b Adjust tests for renaming groupHint to cluster. by Automerger Merge Worker · 4 years, 4 months ago
  32. 29d6412 Add RequiresFeature annotations for IKEv2 VPN profiles by Benedict Wong · 4 years, 5 months ago
  33. b2603a3 NetworkStats: apply464xlatAdjustments - don't remove CLAT_UID by Maciej Żenczykowski · 4 years, 4 months ago
  34. d09cef3 NetworkStats: apply464xlatAdjustments - remove useBpfStats parameter. by Maciej Żenczykowski · 4 years, 4 months ago
  35. e07aa4a fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccounting100MBDownload by Maciej Żenczykowski · 4 years, 9 months ago
  36. c9e6605 fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccounting by Maciej Żenczykowski · 4 years, 9 months ago
  37. 68d998d fix com.android.server.net.NetworkStatsFactoryTest#testDoubleClatAccountingSimple by Maciej Żenczykowski · 4 years, 9 months ago
  38. 6affb9bb fix android.net.NetworkStatsTest#testApply464xlatAdjustments by Maciej Żenczykowski · 4 years, 9 months ago
  39. 8f29769 Merge "Add methods for IKEv2/IPsec test mode profiles" into rvc-dev by Benedict Wong · 4 years, 4 months ago
  40. 7f7171c Inform the DNS resolver when it needs to do DNS64 synthesis. by Lorenzo Colitti · 4 years, 4 months ago
  41. fbf205a Test that if an RA sets the same prefix as DNS, nothing happens. by Lorenzo Colitti · 4 years, 4 months ago
  42. 4f94389 Merge "Address nit from aosp/1301317" into rvc-dev by Chalard Jean · 4 years, 4 months ago
  43. 9941ef7 Merge "Fix a bug where VPNs start out suspended on cellular" into rvc-dev by Chalard Jean · 4 years, 4 months ago
  44. cbb1fd0 Address nit from aosp/1301317 by Treehugger Robot · 4 years, 5 months ago
  45. 8e53c79 Fix a bug where VPNs start out suspended on cellular by Chalard Jean · 4 years, 5 months ago
  46. fe5e23f Fix a bug where a spurious capabilities callback is sent. by Chalard Jean · 4 years, 5 months ago
  47. c13b6f0 Add methods for IKEv2/IPsec test mode profiles by Benedict Wong · 4 years, 5 months ago
  48. 3fdb183 Merge "Set owner and administrator UIDs for test networks." into rvc-dev by Cody Kesting · 4 years, 5 months ago
  49. f20a14a Use the new NetworkStackConnector constructor by Remi NGUYEN VAN · 4 years, 5 months ago
  50. 0d8d6ac Set owner and administrator UIDs for test networks. by Cody Kesting · 4 years, 5 months ago
  51. e696390 Add tests for Tunnel, Transport mode application with released SPIs by Benedict Wong · 4 years, 7 months ago
  52. 963502f Use TransformRecord to get SPI instead of SpiRecord by Benedict Wong · 5 years ago
  53. 767b587 Merge "Restrict match conditions of TelephonyNetworkSpecifier#canBeSatisfied" into rvc-dev by Rambo Wang · 4 years, 5 months ago
  54. 449bd6f Merge "Add filtering for IPsec algorithms in IKEv2 VPNs" into rvc-dev by Benedict Wong · 4 years, 5 months ago
  55. 4fab295 Add filtering for IPsec algorithms in IKEv2 VPNs by Benedict Wong · 4 years, 5 months ago
  56. 675ec9d Merge "Address comments on NetworkStack AIDL v6" into rvc-dev by Remi NGUYEN VAN · 4 years, 5 months ago
  57. 0acb2fa Filter debug entries for each vpn by Chiachang Wang · 4 years, 5 months ago
  58. 4501650 Add test prefix into test cases by Chiachang Wang · 4 years, 5 months ago
  59. 24d8a33 Address comments on NetworkStack AIDL v6 by Remi NGUYEN VAN · 4 years, 5 months ago
  60. 0417f69 Restrict match conditions of TelephonyNetworkSpecifier#canBeSatisfied by Rambo Wang · 4 years, 5 months ago
  61. 32d4f2a Merge "Move DhcpInfoTest to frameworks/base/tests/net/common" into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  62. cb16fcd Merge "Test NetworkStack.getService" into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  63. b93793b Merge "Move NetworkStackTest to common folder to support cts" into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  64. 4404591 Test NetworkStack.getService by Treehugger Robot · 4 years, 5 months ago
  65. 97b302b Move NetworkStackTest to common folder to support cts by Treehugger Robot · 4 years, 5 months ago
  66. 157d99f Add test for NetworkSpecifier by Treehugger Robot · 4 years, 5 months ago
  67. 4e17751 Merge "Stop prefix discovery if an RA prefix arrives in DISCOVERING" into rvc-dev by Lorenzo Colitti · 4 years, 5 months ago
  68. ab54887 Merge "Make the Nat464Xlat tests more realistic." into rvc-dev by Lorenzo Colitti · 4 years, 5 months ago
  69. 6d5be00 Merge "Add network agent to enhance NetworkProvider test" into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  70. 4534d45 Add network agent to enhance NetworkProvider test by Aaron Huang · 4 years, 5 months ago
  71. 0d020c6 Stop prefix discovery if an RA prefix arrives in DISCOVERING by Lorenzo Colitti · 4 years, 5 months ago
  72. 717992f Make the Nat464Xlat tests more realistic. by Lorenzo Colitti · 4 years, 5 months ago
  73. 1cb345e Support learning the NAT64 prefix from two different sources. by Lorenzo Colitti · 4 years, 5 months ago
  74. f9d0405 Move DhcpInfoTest to frameworks/base/tests/net/common by Aaron Huang · 4 years, 5 months ago
  75. 96f705d Merge "This contains a squash of two changes >>>>>>>>>>>>>>>>>>>>>> aosp/1284588 Adjust permission of NetworkProvider related API" into rvc-dev by Aaron Huang · 4 years, 5 months ago
  76. 7dcb818 This contains a squash of two changes by Aaron Huang · 4 years, 5 months ago
  77. a98f632 Merge "Add testTransportTypesEqual to dnsmanager test cases" into rvc-dev by Bruce Chen · 4 years, 5 months ago
  78. 36ad02a Add testTransportTypesEqual to dnsmanager test cases by Bruce Chen · 4 years, 5 months ago
  79. 756273e Support changing the NAT64 prefix without removing it. by Lorenzo Colitti · 4 years, 5 months ago
  80. cdd7c94 Merge "[SM10] Adopt helper class to monitor RAT type change per sub" into rvc-dev by Junyu Lai · 4 years, 6 months ago
  81. a38e5aa Merge "[SP27.3] Rename TestableNetworkStatsProvider" into rvc-dev by Junyu Lai · 4 years, 6 months ago
  82. 95a6a3d [SM10] Adopt helper class to monitor RAT type change per sub by junyulai · 4 years, 7 months ago
  83. 9400126 Add more tests for CaptivePortalData by Chiachang Wang · 4 years, 6 months ago
  84. 0679997 Move CaptivePortalDataTest to common test to support cts by Chiachang Wang · 4 years, 6 months ago
  85. 5d95562 Set transport types to resolver by chenbruce · 4 years, 7 months ago
  86. afd76bd [SP27.3] Rename TestableNetworkStatsProvider by junyulai · 4 years, 6 months ago
  87. 190ce21 Set WifiAwareNetworkInfo into setTransportInfo() by lucaslin · 4 years, 6 months ago
  88. 4406aac Merge "Add more tests in NetworkCapabilitiesTest.java" into rvc-dev by Lucas Lin · 4 years, 6 months ago
  89. fb4ee18 Add more tests in NetworkCapabilitiesTest.java by lucaslin · 4 years, 6 months ago
  90. e995acd Merge "Fix NetworkStatsApiTest failed on Q device" into rvc-dev by Junyu Lai · 4 years, 6 months ago
  91. 5a50ac9 Fix NetworkStatsApiTest failed on Q device by Junyu Lai · 4 years, 6 months ago
  92. 37546bb Add trivial dependencies tests for the network stack by Treehugger Robot · 4 years, 6 months ago
  93. 06dcc32 Rename the *Nat64Prefix to *Nat64PrefixFromDns. by Lorenzo Colitti · 4 years, 6 months ago
  94. ea6a210 Merge "Add MatchAllNetworkSpecifierTest" into rvc-dev by Lucas Lin · 4 years, 6 months ago
  95. ae9a901 Merge changes from topic "am-5ce58db354ac494a84904378ca35c013-rvc-dev" into rvc-dev by Junyu Lai · 4 years, 6 months ago
  96. 0a558d4 Merge "Fix setAdministratorUids tests on Q" into rvc-dev by Remi NGUYEN VAN · 4 years, 6 months ago
  97. 6ec40a8 [SP26] add CTS for NetworkStats by Junyu Lai · 4 years, 6 months ago
  98. dba7d0a [SP26.2] add a method in NetworkStats that removes empty entries by junyulai · 4 years, 6 months ago
  99. 43bc020 Merge "Only apply VPN isolation if it's fully routed" into rvc-dev by TreeHugger Robot · 4 years, 6 months ago
  100. 07a498b Fix setAdministratorUids tests on Q by Remi NGUYEN VAN · 4 years, 6 months ago