1. 9743335 [RESTRICT AUTOMERGE] Create TimeHalService in CarServices. by Ashutosh Agarwal · 2 years, 10 months ago
  2. 8a616c4 Added mockUmGetUserHandles to AndroidMockitoHelper by Jahdiel Alvarez · 2 years, 10 months ago
  3. 9b9341c [RESTRICT AUTOMERGE] Refactor CarTelemetryService API and tests by Rui Qiu · 2 years, 11 months ago
  4. faf6704 Fixed CarUserService app listeners. by Felipe Leme · 3 years ago
  5. b8653f7 New helpers: AndroidMockitoHelper.[run|call]On[Main|Ui]Thread() by Felipe Leme · 3 years, 1 month ago
  6. 0145fec New matcher: intentFor(action, package) by Felipe Leme · 3 years, 1 month ago
  7. effe879 Create separate APIs for result and error in CarTelemetryServiceListener by Rui Qiu · 3 years, 3 months ago
  8. 9bc1bb9 Add the remaining CarTelemetryManager API by Rui Qiu · 3 years, 3 months ago
  9. f666820 Create CarTelemetryManager by Rui Qiu · 3 years, 3 months ago
  10. f035d64 Merge "Adding unit tests for JavaMockitoHelper" into sc-dev by TreeHugger Robot · 3 years, 3 months ago
  11. 6a89341 Adding unit tests for JavaMockitoHelper by Antonio Kantek · 3 years, 3 months ago
  12. e03f361 Add FakeCarAudioService to allow FakeCar usage in google3 by Saeid Farivar Asanjan · 3 years, 3 months ago
  13. 897f01e Fixed Mockito expectation after Slog.wtf() change by Felipe Leme · 3 years, 5 months ago
  14. baeacf2 Improve getPropertyList API in CarPropertyManager by Kai · 3 years, 8 months ago
  15. 9a75191 Refactored CarUserService calls to removeUserOrSetEphemeral(). by Felipe Leme · 3 years, 6 months ago
  16. 67d564c Sets the removed user flags on REMOVE_USER UserHal message. by Felipe Leme · 3 years, 8 months ago
  17. 9068839 Improved CarApiTestBase so it can properly handle no_add_user by Felipe Leme · 3 years, 8 months ago
  18. e6e9337 Refactored mockUmRemoveUserOrSetEphemeral() to take a UserInfo. by Felipe Leme · 3 years, 8 months ago
  19. ffcdca5 Integrate removeUser impl with ephemeral API by Jordan Jozwiak · 3 years, 9 months ago
  20. e5bb26b Split CarUserManager.removeUser() into 2 APIs. by Felipe Leme · 3 years, 9 months ago
  21. 6b34fc3 Refactored how CarUserService notifies UserHal on user removal. by Felipe Leme · 3 years, 9 months ago
  22. a93c693 Minor refactorings on CarUserServiceTest. by Felipe Leme · 3 years, 9 months ago
  23. f59f95b Moved UserLifecycleEventType to common package by Mayank Garg · 3 years, 10 months ago
  24. 056290d Moving getResult method to JavaMockitoHelper by kanant · 3 years, 10 months ago
  25. c777f8a Changed AndroidMockitoHelper to mocks specific UserManager.getUsers() methods. by Felipe Leme · 3 years, 11 months ago
  26. 0df71ea Revert "Snap for 6793014 from 9ffb8852294e06e2d387dc1fb868d251de..." by Colin Cross · 3 years, 11 months ago
  27. 17608da Minor changes on AsyncFuture: by Felipe Leme · 4 years ago
  28. 95b8ce8 Update language to comply with Android's inclusive language guidance by Jeff Sharkey · 4 years ago
  29. cd5ed36 Merge "Split ICar.aidl into two aidl files." by Mayank Garg · 4 years ago
  30. 7161bb5 Extracted AndroidFuture's async capabilities into AsyncFuture. by Felipe Leme · 4 years ago
  31. 913c188 Split ICar.aidl into two aidl files. by Mayank Garg · 4 years ago
  32. 5a067da Merge "Deleting current user stuck on loading screen - fixed" into rvc-dev am: 0eb8a4995f am: a506119f98 am: f7466875c3 am: 3537fda13a by TreeHugger Robot · 4 years, 1 month ago
  33. 0eb8a49 Merge "Deleting current user stuck on loading screen - fixed" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  34. 822657c Merge "Implemented CreateGuest in CarUserManager" into rvc-dev am: a7cb0b3e4b am: d91481181e am: 12e1a51053 am: 09db2497f3 by TreeHugger Robot · 4 years, 1 month ago
  35. ab12fee Implemented CreateGuest in CarUserManager by Mayank Garg · 4 years, 1 month ago
  36. 66d5840 Deleting current user stuck on loading screen - fixed by Mayank Garg · 4 years, 1 month ago
  37. 10a1e6d Merge "Fixed last active user logic." into rvc-dev am: eb362e303d am: b2e008aa90 am: b1cc22db66 am: 0313eb5ce3 by Felipe Leme · 4 years, 1 month ago
  38. eb362e3 Merge "Fixed last active user logic." into rvc-dev by Felipe Leme · 4 years, 1 month ago
  39. bf32765 Fixed last active user logic. by felipeal · 4 years, 2 months ago
  40. e0a665c Merge "Re-add integration tests for user switching after STR" into rvc-dev am: 7f277f9321 am: 843ad75eeb am: f199c1a25e am: 95de62c414 by Yan Zhu · 4 years, 2 months ago
  41. e0c490e Re-add integration tests for user switching after STR by Yan Zhu · 4 years, 2 months ago
  42. 4824f34 Implemented CarUserManager.createUser(). am: dfdf851953 am: 98722c74f4 am: 562f223257 am: 3d75626cd1 by felipeal · 4 years, 2 months ago
  43. dfdf851 Implemented CarUserManager.createUser(). by felipeal · 4 years, 2 months ago
  44. d504aff Merge "Add Handler task completion step to the test infra" into rvc-dev am: c7506e86bf am: 7a85dff3b9 am: f99ef07348 am: 2535b4ddaf by Keun-young Park · 4 years, 2 months ago
  45. c7506e8 Merge "Add Handler task completion step to the test infra" into rvc-dev by Keun-young Park · 4 years, 2 months ago
  46. 14217a9 Add Handler task completion step to the test infra by Keun young Park · 4 years, 2 months ago
  47. f84c653 Merge "Changed CarPropertyManager so it doesn't support UserHal properties." into rvc-dev am: 78dd4c372b am: b624dad8b8 am: e143d1be14 am: 1d100bdab7 by Felipe Leme · 4 years, 2 months ago
  48. 40bdc50 Changed CarPropertyManager so it doesn't support UserHal properties. by felipeal · 4 years, 2 months ago
  49. d38dbb8 Merge "A few unit testing improvements." into rvc-dev am: b84734bc06 am: 63a478ec93 am: a455b026a6 am: 8ddcd2f35e by TreeHugger Robot · 4 years, 2 months ago
  50. b84734b Merge "A few unit testing improvements." into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  51. c57ce6d A few unit testing improvements. by felipeal · 4 years, 2 months ago
  52. a7d9773 Merge "Improved BlockingUserLifecycleListener:" into rvc-dev am: 8d7da6f6d1 am: d5b68ee232 am: 2b001fe98b am: d78411a7f6 by TreeHugger Robot · 4 years, 2 months ago
  53. d909e7e Improved BlockingUserLifecycleListener: by felipeal · 4 years, 2 months ago
  54. d54f550 Integrated InitialUserInfoResponse.userLocales into InitialUserSetter. am: a68ecef09c am: 64a779cbb0 am: ffdb2d58ab am: 85a1f45f8a by felipeal · 4 years, 2 months ago
  55. a68ecef Integrated InitialUserInfoResponse.userLocales into InitialUserSetter. by felipeal · 4 years, 2 months ago
  56. dd4991e Removed obsolete mockInteractAcrossUsersPermission() calls. am: d00cc5903e am: d03cdd71a6 am: d570bb2bcb am: 006d1faa2d by felipeal · 4 years, 2 months ago
  57. d00cc59 Removed obsolete mockInteractAcrossUsersPermission() calls. by felipeal · 4 years, 2 months ago
  58. d2f52f6 Merge "Use HAL for switching drivers" into rvc-dev am: c681ddbac4 am: e8f1357420 am: 48794d2014 am: 1e684b8c10 by TreeHugger Robot · 4 years, 2 months ago
  59. 25666cf Use HAL for switching drivers by Eric Jeong · 4 years, 2 months ago
  60. 9593751 Merge "Create CarPowerManagerUnitTest" into rvc-dev am: 5ae17415fd am: 39d0d6d9c4 am: 6a91feab4a am: dbe5b557c4 by Jim Kaye · 4 years, 2 months ago
  61. 5ae1741 Merge "Create CarPowerManagerUnitTest" into rvc-dev by Jim Kaye · 4 years, 2 months ago
  62. ddec432 Fixed CarUserService.onUserSwitching() check for headless system user. am: aba246c94b am: 85fe49b526 am: 9765a23225 am: bd9d1a6e0a by Felipe Leme · 4 years, 2 months ago
  63. 18624bf Create CarPowerManagerUnitTest by Jim Kaye · 4 years, 3 months ago
  64. aba246c Fixed CarUserService.onUserSwitching() check for headless system user. by Felipe Leme · 4 years, 2 months ago
  65. 5326e17 Merge "Implemented CarUserManager.setUserIdentificationAssociation()" into rvc-dev am: 6eff18532f am: bde8bec00f am: 8aebbe0734 am: 351b7e9b1f by TreeHugger Robot · 4 years, 2 months ago
  66. 159a2a4 Implemented CarUserManager.setUserIdentificationAssociation() by felipeal · 4 years, 2 months ago
  67. 19794c8 Merge "Added tracing methods to AbstractExtendedMockitoTestCase." into rvc-dev am: da529f9ada am: 2e8165a696 am: a1f7ba17d0 am: 0f32b427af by TreeHugger Robot · 4 years, 2 months ago
  68. 86ec7f6 Added tracing methods to AbstractExtendedMockitoTestCase. by Felipe Leme · 4 years, 2 months ago
  69. c6e6f86 Merge changes from topic "per_user_volume_settings" into rvc-dev am: 0496859a21 am: 7b132ce648 am: 5e33e1513c am: 2deea9b4e8 by Oscar Azucena · 4 years, 2 months ago
  70. 0496859 Merge changes from topic "per_user_volume_settings" into rvc-dev by Oscar Azucena · 4 years, 2 months ago
  71. 1fd7488 Merge changes I341ae1e9,I93dea144 into rvc-dev am: 43254c968e am: 3612db5b86 am: d63615e410 am: 12632a30db by TreeHugger Robot · 4 years, 2 months ago
  72. f3f4910 Implemented UserHalService.setUserAssociation() by felipeal · 4 years, 2 months ago
  73. 0e1d9c3 Fixed car audio volume group settings for user. by Oscar Azucena · 4 years, 3 months ago
  74. 2da7298 Merge "Improve CarUserServiceTest: Global setting mock improved" into rvc-dev am: a54b41d0e1 am: 342a2c7a6f am: 94bcc21e7d am: d298fc73e7 by Mayank Garg · 4 years, 3 months ago
  75. a54b41d Merge "Improve CarUserServiceTest: Global setting mock improved" into rvc-dev by Mayank Garg · 4 years, 3 months ago
  76. 6a359c8 Merge "Moved CarUserManager API tests from CTS to AndroidCarApiTest." into rvc-dev am: 5fda3d9360 am: 99b937537c am: 33bead3223 am: 15d16d9a87 by Felipe Leme · 4 years, 3 months ago
  77. 5fda3d9 Merge "Moved CarUserManager API tests from CTS to AndroidCarApiTest." into rvc-dev by Felipe Leme · 4 years, 3 months ago
  78. 975f78a Moved CarUserManager API tests from CTS to AndroidCarApiTest. by Felipe Leme · 4 years, 3 months ago
  79. 2eb2ac6 Merge "Add helper methods about ServiceManager to AndroidMockitoHelper" into rvc-dev am: 5b44651952 am: 8c5b091b45 am: 7b476d2dd5 am: 978c8a8a68 by Eric Jeong · 4 years, 3 months ago
  80. adfe415 Improve CarUserServiceTest: Global setting mock improved by Mayank Garg · 4 years, 3 months ago
  81. 8109221 Add helper methods about ServiceManager to AndroidMockitoHelper by Eric Jeong · 4 years, 3 months ago
  82. a5fc379 Merge "Add helper methods for mocking user manager" into rvc-dev am: 513af9ff56 am: f735a6d6a2 am: bc6a3a2419 am: ee874666a6 by Eric Jeong · 4 years, 3 months ago
  83. 08be181 Add helper methods for mocking user manager by Eric Jeong · 4 years, 3 months ago
  84. 54c7419 Merge "Merge "Minor improvements on CarUserManagerHelperTest." into rvc-dev am: bc8ff9c08f am: 3ff0c14ca2" into rvc-d1-dev-plus-aosp am: 9fa7d4e4e6 am: 21c62b0f18 by Automerger Merge Worker · 4 years, 3 months ago
  85. df1ce40 Merge "Merge "More common testing utilites." into rvc-dev am: aa662401f4 am: d3d91b284d" into rvc-d1-dev-plus-aosp am: af0e10c69c am: 0dc78664e8 by Automerger Merge Worker · 4 years, 3 months ago
  86. 518daf9 Merge "Merge "New helpers for tests handling multi-thread code." into rvc-dev am: 3802d3538b am: 0f841beb7c" into rvc-d1-dev-plus-aosp am: 05d1f7842a am: 03c804ea94 by Automerger Merge Worker · 4 years, 3 months ago
  87. 99a4836 Merge "Improved OneEventUserLifecycleListener." into rvc-dev am: dcdfe16352 am: 370dbb1356 am: 2afb9526d7 am: 8a67baeeaa by Felipe Leme · 4 years, 3 months ago
  88. bc8ff9c Merge "Minor improvements on CarUserManagerHelperTest." into rvc-dev by Felipe Leme · 4 years, 3 months ago
  89. aa66240 Merge "More common testing utilites." into rvc-dev by Felipe Leme · 4 years, 3 months ago
  90. 3802d35 Merge "New helpers for tests handling multi-thread code." into rvc-dev by Felipe Leme · 4 years, 3 months ago
  91. 0a7cd6a Improved OneEventUserLifecycleListener. by felipeal · 4 years, 3 months ago
  92. e949e1c Minor improvements on CarUserManagerHelperTest. by felipeal · 4 years, 3 months ago
  93. cb33c40 More common testing utilites. by felipeal · 4 years, 3 months ago
  94. bd34542 New helpers for tests handling multi-thread code. by felipeal · 4 years, 3 months ago
  95. f24e77f Merge "Created AndroidMockitoHelper to provide common Android-related mocking calls." into rvc-dev am: 627ef7332b am: 3a53e9e62f am: e2948351f4 am: e8a1b40b4e by TreeHugger Robot · 4 years, 3 months ago
  96. c950b3a Created AndroidMockitoHelper to provide common Android-related mocking calls. by felipeal · 4 years, 3 months ago
  97. cce8fa4 Merge changes from topics "149099817", "155231960" into rvc-dev am: 380db69c70 am: 5520923429 am: 1bf1eae21b am: 971326a5a9 by TreeHugger Robot · 4 years, 3 months ago
  98. b3157ae Changed AbstractExtendedMockitoTestCase to automatically check for wtf() calls. by felipeal · 4 years, 3 months ago
  99. 329795c Merge "More improvements on android.car.test.utils package." into rvc-dev am: 016704f359 am: 881b88fc8c am: c707ee229c am: b631f5a999 by TreeHugger Robot · 4 years, 3 months ago
  100. 1b9eae8 Even more improvements on android.car.test.utils package. by felipeal · 4 years, 3 months ago