1. 3d02325 Merge "Add version check to prevent test fail on Android Q" into rvc-dev by Lucas Lin · 4 years, 5 months ago
  2. c02d8ed Merge "Move sensitive field parceling bool to constructor" into rvc-dev by Remi NGUYEN VAN · 4 years, 5 months ago
  3. b8b5356 Merge "Make LinkPropertiesTest backwards compatible" into rvc-dev by Remi NGUYEN VAN · 4 years, 5 months ago
  4. 54a6565 Merge changes from topic "netstack_api_review" into rvc-dev by Remi NGUYEN VAN · 4 years, 5 months ago
  5. 20b0a95 Merge "mtu: Add MTU parameter to Routes" into rvc-dev by Lorenzo Colitti · 4 years, 5 months ago
  6. 470d85f Merge "AppLaunch: Update to support iorap compilations on go/perfmaster" into rvc-dev by Igor Murashkin · 4 years, 5 months ago
  7. 93b97bd Merge "Change NetworkCapabilities administrator UIDs to be stored as int[]." into rvc-dev by Cody Kesting · 4 years, 5 months ago
  8. 0af1847 Merge "Run ApkVerityTest if first api level >= 30" into rvc-dev by Victor Hsieh · 4 years, 5 months ago
  9. f7ac996 Change NetworkCapabilities administrator UIDs to be stored as int[]. by Cody Kesting · 4 years, 5 months ago
  10. 4a70ead Run ApkVerityTest if first api level >= 30 by Victor Hsieh · 4 years, 5 months ago
  11. 269b162 Merge "WindowInsetsAnimationController: Add state callback and getters" into rvc-dev by Adrian Roos · 4 years, 5 months ago
  12. a80e321 Merge "Sync requests only when there are changes to report" into rvc-dev by Gavin Corkery · 4 years, 5 months ago
  13. 8a69fa1 Merge "Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister" into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  14. d86407b mtu: Add MTU parameter to Routes by Lorenzo Colitti · 4 years, 5 months ago
  15. 5d557ed WindowInsetsAnimationController: Add state callback and getters by Adrian Roos · 4 years, 5 months ago
  16. 1cb7160 Merge changes I97015365,Ic9db4b9b into rvc-dev by Chiachang Wang · 4 years, 5 months ago
  17. 2762be9 Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister by Junyu Lai · 4 years, 5 months ago
  18. 438018d Remove usage of Context.NETWORK_STACK_SERVICE by Remi NGUYEN VAN · 4 years, 5 months ago
  19. 03d9d75 Add version check to prevent test fail on Android Q by Lucas Lin · 4 years, 5 months ago
  20. 0acf910 Move sensitive field parceling bool to constructor by Automerger Merge Worker · 4 years, 5 months ago
  21. 1f07488 Make LinkPropertiesTest backwards compatible by Automerger Merge Worker · 4 years, 5 months ago
  22. d4d035d Add NattKeepalivePacketDataTest by Chiachang Wang · 4 years, 5 months ago
  23. 3c5ecde Add KeepalivePacketDataTest by Chiachang Wang · 4 years, 5 months ago
  24. 3a6a98f Merge changes from topics "am-ad04c8ad832c4674be35bfc5fe4280dd-rvc-dev", "sp21-api-review-feedback", "sp25-networkstats-rename" into rvc-dev by Junyu Lai · 4 years, 5 months ago
  25. 449b585 Sync requests only when there are changes to report by Gavin Corkery · 4 years, 5 months ago
  26. 543fcd8 Merge "Protect ConnectivityService from SecurityException in permission check." into rvc-dev by Cody Kesting · 4 years, 5 months ago
  27. e09e0db Merge "Update ConnectivityDiagnosticsCallback function name." into rvc-dev by Cody Kesting · 4 years, 5 months ago
  28. 32fb2a0 [SP25] Rename functions that add Entry conditionally by junyulai · 4 years, 5 months ago
  29. 88f89a0 [SP24] Rename functions that add Entry unconditionally by junyulai · 4 years, 5 months ago
  30. ea8f185b [SP21] Address comments for API council review about aosp/1172143 by junyulai · 4 years, 5 months ago
  31. af8d85f [SP20] Check signature permission when accessing network stats provider by Automerger Merge Worker · 4 years, 5 months ago
  32. 3cfc4d0 Merge "Add test for NetworkAgentConfig" into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  33. 76fb82c Add test for NetworkAgentConfig by Automerger Merge Worker · 4 years, 5 months ago
  34. a5333b9 Protect ConnectivityService from SecurityException in permission check. by Automerger Merge Worker · 4 years, 5 months ago
  35. 9347e33 Update ConnectivityDiagnosticsCallback function name. by Cody Kesting · 4 years, 5 months ago
  36. 146db0e Merge "Revert "Revert "WindowInsetsController: Address API feedback""" into rvc-dev by Adrian Roos · 4 years, 5 months ago
  37. a4cf909 Merge "Ensure that NetworkFactory objects cannot be reused." into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  38. 3ec553e Merge "Remove NPE in onPackageFailure" into rvc-dev by Gavin Corkery · 4 years, 5 months ago
  39. fdd6d10 Add test for getDeprecationTime and getExpirationTime by Automerger Merge Worker · 4 years, 5 months ago
  40. 1660402 Merge "SurfaceControlViewHost: Respond to API feedback" into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  41. 6b606b3 Resolve ambiguous argument. by Automerger Merge Worker · 4 years, 5 months ago
  42. c95e847 Merge "Add @TestApis getLeasedBlobs() and getLeaseInfo()." into rvc-dev by Sudheer Shanka · 4 years, 5 months ago
  43. 4d4e926 Merge changes from topic "services.net-wifi" into rvc-dev by Roshan Pius · 4 years, 5 months ago
  44. 5ad8cd2 Revert "Revert "WindowInsetsController: Address API feedback"" by Adrian Roos · 4 years, 5 months ago
  45. a206538 Merge "Clear UIDs when sharing NetworkCapabilties for ConnectivityDiagnostics." into rvc-dev by Cody Kesting · 4 years, 5 months ago
  46. 52c9a36 AppLaunch: Update to support iorap compilations on go/perfmaster by Igor Murashkin · 4 years, 5 months ago
  47. f1080a9 Ensure that NetworkFactory objects cannot be reused. by Lorenzo Colitti · 4 years, 5 months ago
  48. c6c7994 Add @TestApis getLeasedBlobs() and getLeaseInfo(). by Sudheer Shanka · 4 years, 5 months ago
  49. 86a8457 services.net: Use the new ModuleNetworkStackClient by Roshan Pius · 4 years, 6 months ago
  50. 271d9c7 SurfaceControlViewHost: Respond to API feedback by Robert Carr · 4 years, 5 months ago
  51. 12ac3f4 Rename featureId -> attributionTag by Philip P. Moltmann · 4 years, 5 months ago
  52. 1a18357 Merge "Revert "WindowInsetsController: Address API feedback"" into rvc-dev by Jaineel Mehta · 4 years, 5 months ago
  53. 5e7097b Revert "WindowInsetsController: Address API feedback" by Jaineel Mehta · 4 years, 5 months ago
  54. 3a4be4a Merge "WindowInsetsController: Address API feedback" into rvc-dev by Adrian Roos · 4 years, 5 months ago
  55. e3f3fd1 Merge "Revert "Only sync requests when there are changes to report"" into rvc-dev by Gavin Corkery · 4 years, 5 months ago
  56. 56b4673 Revert "Only sync requests when there are changes to report" by Gavin Corkery · 4 years, 5 months ago
  57. 2e15fab Add CTS for SocketUtils.makePacketSocketAddress(int, int, byte[]) by Automerger Merge Worker · 4 years, 5 months ago
  58. c549e19 WindowInsetsController: Address API feedback by Adrian Roos · 4 years, 5 months ago
  59. 8dc8353 Merge "Add OnControllableInsetsChangedListener" into rvc-dev by Jorim Jaggi · 4 years, 5 months ago
  60. 28aa900 Merge "Skip Route tests that are R-specific on Q" into rvc-dev by Chiachang Wang · 4 years, 5 months ago
  61. fa2f88e Merge "Merge NetworkStatsService handler changes." into rvc-dev by Lorenzo Colitti · 4 years, 5 months ago
  62. 2832f86 Merge "TaskOrganizer: Send newest TaskInfo in taskVanished" into rvc-dev by Rob Carr · 4 years, 5 months ago
  63. ab17978 TaskOrganizer: Send newest TaskInfo in taskVanished by Rob Carr · 4 years, 5 months ago
  64. 1714207 Merge "Only sync requests when there are changes to report" into rvc-dev by Gavin Corkery · 4 years, 5 months ago
  65. 9da918c Remove NPE in onPackageFailure by Gavin Corkery · 4 years, 5 months ago
  66. 965be4e Skip Route tests that are R-specific on Q by Automerger Merge Worker · 4 years, 5 months ago
  67. ed35b17 Add OnControllableInsetsChangedListener by Jorim Jaggi · 4 years, 5 months ago
  68. 2221a86 Merge "Remove redundant connected notification" into rvc-dev by Lucas Lin · 4 years, 5 months ago
  69. 0cb85d1 Merge "Rewrite testBadApkOnly (1/n)" into rvc-dev by JW Wang · 4 years, 5 months ago
  70. 853abf0 Merge "Ignore NetworkAgentConfigTest on Q" into rvc-dev by Remi NGUYEN VAN · 4 years, 5 months ago
  71. b6b1ef5 Merge "Skip LinkAddress tests that are R-specific on Q" into rvc-dev by Remi NGUYEN VAN · 4 years, 5 months ago
  72. b6b0aee Merge "Ignore testReevaluateNetwork until Q" into rvc-dev by Remi NGUYEN VAN · 4 years, 5 months ago
  73. d70fa94 Merge "Add test for ExplicitHealthCheckService" into rvc-dev by Gavin Corkery · 4 years, 5 months ago
  74. a3b71c4 Clear UIDs when sharing NetworkCapabilties for ConnectivityDiagnostics. by Cody Kesting · 4 years, 6 months ago
  75. 68713d9 Only sync requests when there are changes to report by Gavin Corkery · 4 years, 5 months ago
  76. ce07d8d Merge NetworkStatsService handler changes. by Automerger Merge Worker · 4 years, 5 months ago
  77. f2e3a9c Ignore testReevaluateNetwork until Q by Automerger Merge Worker · 4 years, 5 months ago
  78. be5d079 Skip LinkAddress tests that are R-specific on Q by Automerger Merge Worker · 4 years, 5 months ago
  79. 615fb51 Ignore NetworkAgentConfigTest on Q by Automerger Merge Worker · 4 years, 5 months ago
  80. 842b8d7 Merge "Remove the NetworkScore class." into rvc-dev by Chalard Jean · 4 years, 5 months ago
  81. 7d66c26 Add more assertions to testStackedLinkProperties. by Automerger Merge Worker · 4 years, 5 months ago
  82. 3d40f578 Remove the NetworkScore class. by Automerger Merge Worker · 4 years, 5 months ago
  83. d9375e4 test: ConnectivityService: Validate Route Add/Del by Automerger Merge Worker · 4 years, 6 months ago
  84. 315e370 test: LinkProperties: Unique Route Destinations by Automerger Merge Worker · 4 years, 6 months ago
  85. 45bf445 Rewrite testBadApkOnly (1/n) by JW Wang · 4 years, 5 months ago
  86. 644dac7 Merge "Make BootImageProfileTest less flaky" into rvc-dev by Mathieu Chartier · 4 years, 5 months ago
  87. d5d442d Make BootImageProfileTest less flaky by Mathieu Chartier · 4 years, 5 months ago
  88. 9d6ccbb Add test for ExplicitHealthCheckService by Gavin Corkery · 4 years, 5 months ago
  89. 47ca5d0 Generate @NonNull setter args and @MaySetToNull to opt out by Eugene Susla · 4 years, 6 months ago
  90. 8c407bd Remove redundant connected notification by lucaslin · 4 years, 6 months ago
  91. dac57a3 Merge "Do cleanup before/after running the test" into rvc-dev by JW Wang · 4 years, 5 months ago
  92. 37aa473 Merge "Put ApkVerityTest in vts-core" into rvc-dev by Victor Hsieh · 4 years, 5 months ago
  93. e85baf4 Put ApkVerityTest in vts-core by Victor Hsieh · 4 years, 5 months ago
  94. 57157ac Fix WindowInsetsController lifecycle by Jorim Jaggi · 6 years ago
  95. 757a3ba Do cleanup before/after running the test by JW Wang · 4 years, 5 months ago
  96. b390818 Merge "Allow activities/services to have app loaders" into rvc-dev by Ryan Mitchell · 4 years, 5 months ago
  97. 543ff5f0 Merge "Revert "Add public fields to NetworkScore and make it @SystemApi"" into rvc-dev by Chalard Jean · 4 years, 5 months ago
  98. a903ed0 Merge "Add more blobstore related CTS tets." into rvc-dev by Sudheer Shanka · 4 years, 5 months ago
  99. 0cbfd2b Allow activities/services to have app loaders by Ryan Mitchell · 4 years, 6 months ago
  100. 96b4537 Add more blobstore related CTS tets. by Sudheer Shanka · 4 years, 5 months ago