1. c29f184 Disables ADAS GNSS bypass for user 0 am: 3921949746 by Grace Cheng · 2 years, 9 months ago
  2. 3921949 Disables ADAS GNSS bypass for user 0 by Grace Cheng · 2 years, 9 months ago
  3. 11a8246 Unlink DeathListener when AppLifecycleListener is removed. by Felipe Leme · 3 years ago
  4. faf6704 Fixed CarUserService app listeners. by Felipe Leme · 3 years ago
  5. 65a0acd Increase CarUserService class code coverage by Yan Zhu · 3 years, 1 month ago
  6. 578db01 Excluding dump info methods from code coverage report by Mayank Garg · 3 years, 1 month ago
  7. 784a086 Added a shell command to control start/stop user during garage mode by Mayank Garg · 3 years, 2 months ago
  8. fd1e069 Added functionality to wait for system resume from STR by Mayank Garg · 3 years, 2 months ago
  9. a8c7fb9 Add a new API method: CarDevicePolicyManager#stopUser as a TestApi. by bkchoi · 3 years, 3 months ago
  10. 5ab7aa3 Add a new API method: CarDevicePolicyManager#startUserInBackground as a TestApi. by bkchoi · 3 years, 3 months ago
  11. d77d0bc Implement CarDevicePolicyService#stopUser, by bkchoi · 3 years, 3 months ago
  12. a6503f4 Implement CarDevicePolicyService#startUserInBackground, by Bo-Kyung (BK) Choi · 3 years, 3 months ago
  13. a479cb3 Update require permission tag for CarUserManager by Mayank Garg · 3 years, 3 months ago
  14. a3b72d0 Remove pre create user from android start up by Mayank Garg · 3 years, 4 months ago
  15. c926648 Make removeUser call asynchronous for CarUserService by Mayank Garg · 3 years, 5 months ago
  16. 0257697 Fix ANR due to UserHalService and user precreation by Mayank Garg · 3 years, 5 months ago
  17. 72c71d2 Improve TAG for logging in CarService by Mayank Garg · 3 years, 5 months ago
  18. 94b5209 Merge "Refactored CarUserService calls to removeUserOrSetEphemeral()." by Felipe Leme · 3 years, 6 months ago
  19. 176a5fd CarService dump() improvements: by Felipe Leme · 3 years, 6 months ago
  20. 8725a2f Initial implementation of DPM.ACTION_SHOW_NEW_USER_DISCLAIMER. by Felipe Leme · 3 years, 7 months ago
  21. 9a75191 Refactored CarUserService calls to removeUserOrSetEphemeral(). by Felipe Leme · 3 years, 6 months ago
  22. f75d413 Log to Slog - part IV by Eric Jeong · 3 years, 7 months ago
  23. 67d564c Sets the removed user flags on REMOVE_USER UserHal message. by Felipe Leme · 3 years, 8 months ago
  24. cceb299 Refactored InitialUserSetter to use createUserEvenWhenDisallowed(). by Felipe Leme · 3 years, 8 months ago
  25. ffcdca5 Integrate removeUser impl with ephemeral API by Jordan Jozwiak · 3 years, 9 months ago
  26. 8757076 Merge "Integrated CarUserManager with ICarServiceHelper for UX restrictions." by TreeHugger Robot · 3 years, 8 months ago
  27. 56ef9ad Integrated CarUserManager with ICarServiceHelper for UX restrictions. by Felipe Leme · 3 years, 8 months ago
  28. 3f56658 Added user authentication association enums to CarUserManager by Mayank Garg · 3 years, 10 months ago
  29. 71d296f Refactored CarDevicePolicyManager so they throw INVALID_ARGUMENT results... by Felipe Leme · 3 years, 9 months ago
  30. 8c888ab New API: CarDevicePolicyManager.createUser() by Felipe Leme · 3 years, 9 months ago
  31. 5523672 Initial implementation of CarDevicePolicyManager. by Felipe Leme · 3 years, 9 months ago
  32. 6ac5bd7 Merge "Integrated CarUserService with driving UX restrictions." by TreeHugger Robot · 3 years, 9 months ago
  33. 5d5ab14 Integrated CarUserService with driving UX restrictions. by Felipe Leme · 3 years, 9 months ago
  34. e5bb26b Split CarUserManager.removeUser() into 2 APIs. by Felipe Leme · 3 years, 9 months ago
  35. 0342c5f Merge "Refactored how CarUserService notifies UserHal on user removal." by TreeHugger Robot · 3 years, 9 months ago
  36. 6b34fc3 Refactored how CarUserService notifies UserHal on user removal. by Felipe Leme · 3 years, 9 months ago
  37. ea4b532 Fixed CarUserService.dump(). by Felipe Leme · 3 years, 9 months ago
  38. f59f95b Moved UserLifecycleEventType to common package by Mayank Garg · 3 years, 10 months ago
  39. e90a408 Moved some methods from CarUserManagerHelper to IntialUserSetter by Mayank Garg · 3 years, 10 months ago
  40. 521e6e5 Merge "Change car_service commands to also allow CREATE_USERS permission." by TreeHugger Robot · 3 years, 10 months ago
  41. 801ea6a Made android.car standalone library by Mayank Garg · 3 years, 10 months ago
  42. 1779920 Change car_service commands to also allow CREATE_USERS permission. by Felipe Leme · 3 years, 11 months ago
  43. 8f93282 Fix CtsStrictJavaPackagesTestCases by Mayank Garg · 3 years, 10 months ago
  44. e9b7d2c CarUserManager.removeUser() should not throw STATUS_TARGET_USER_IS_LAST_ADMIN_USER by Mayank Garg · 3 years, 10 months ago
  45. 2e96b34 Merge "Replace StackInfo with TaskInfo" by Louis Chang · 3 years, 10 months ago
  46. 1bb1c38 Check for pre-created users during garage mode by Mayank Garg · 3 years, 11 months ago
  47. 0baf88a Added onSuspend and onResume call to CarUserService for CarPowerManagementService by Mayank Garg · 3 years, 11 months ago
  48. ccad806 Moved user metrics from CarUserService to CSHS by Mayank Garg · 3 years, 11 months ago
  49. 0df71ea Revert "Snap for 6793014 from 9ffb8852294e06e2d387dc1fb868d251de..." by Colin Cross · 3 years, 11 months ago
  50. 3bf2f20 Replace StackInfo with TaskInfo by Louis Chang · 4 years ago
  51. 81c611c Merge "Move common parameters and files to a separate package" by TreeHugger Robot · 4 years ago
  52. 94f3eb9 Move common parameters and files to a separate package by Mayank Garg · 4 years ago
  53. 7e1450b Moved user switch logic completely form CarPowerManagementService to CarUserService by Mayank Garg · 4 years ago
  54. 9732d60 Move pre-creation logic from CSHS to CarUserService by Mayank Garg · 4 years ago
  55. d7f3b2a Merge "Add debug dump to CarServiceHelperService" by TreeHugger Robot · 4 years ago
  56. 7f020d4 Add debug dump to CarServiceHelperService by Mayank Garg · 4 years ago
  57. 665c20b Moved InitialUserSetter from UserLib to CarUserService by Mayank Garg · 4 years ago
  58. 4bdfbf7 Moved Initial User setter logic from CarPowerManagementService to CarUserService by Mayank Garg · 4 years ago
  59. 70732a8 Moved Initial User setter logic from CarServiceHelperService to CarUserService by Mayank Garg · 4 years ago
  60. 4adef86 Remove user uses latest users Info by Mayank Garg · 4 years, 1 month ago
  61. ef1b933 Minor User Hal improvements by Mayank Garg · 4 years, 1 month ago
  62. 9ed099e Added user hal check in CarUserService if Hal is supported by Mayank Garg · 4 years, 1 month ago
  63. b2dc6ff Re-implement createDriver using User HAL by Eric Jeong · 4 years, 1 month ago
  64. 3bcd3e8 Merge "Improved loggging of user lifecycle events." into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  65. de1e16d Improved loggging of user lifecycle events. by felipeal · 4 years, 2 months ago
  66. 7d12ee2 Fixed current user on legacy Android switch HAL call. by felipeal · 4 years, 1 month ago
  67. a55c309 Implement remove user for user hal by Mayank Garg · 4 years, 2 months ago
  68. 87aeffa Merge "Used switchUserRequest in user hal service" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  69. bf32765 Fixed last active user logic. by felipeal · 4 years, 2 months ago
  70. eb37d09 Used switchUserRequest in user hal service by Mayank Garg · 4 years, 2 months ago
  71. dfdf851 Implemented CarUserManager.createUser(). by felipeal · 4 years, 2 months ago
  72. 1fced44 Do not send lifecycle metrics if timestamp is 0 by Keun young Park · 4 years, 2 months ago
  73. a68ecef Integrated InitialUserInfoResponse.userLocales into InitialUserSetter. by felipeal · 4 years, 2 months ago
  74. d16b715 Merge "Added check that callback for showUserSwitchDialog can only be added by CarSysUI" into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  75. a480dd9 Added check that callback for showUserSwitchDialog can only be added by CarSysUI by Mayank Garg · 4 years, 2 months ago
  76. 25666cf Use HAL for switching drivers by Eric Jeong · 4 years, 2 months ago
  77. cbdedd5 Merge "Fix system user checking logic in CarUserService" into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  78. dd4ab04 Merge "Add permission test for CarUserManager" into rvc-dev by Yan Zhu · 4 years, 2 months ago
  79. 40f8fa3 Fix system user checking logic in CarUserService by Eric Jeong · 4 years, 2 months ago
  80. aba246c Fixed CarUserService.onUserSwitching() check for headless system user. by Felipe Leme · 4 years, 2 months ago
  81. 67a383e Add permission test for CarUserManager by Yan Zhu · 4 years, 2 months ago
  82. 159a2a4 Implemented CarUserManager.setUserIdentificationAssociation() by felipeal · 4 years, 2 months ago
  83. 6307fe4 Implementation of OEM user switch request via User Hal by Mayank Garg · 4 years, 3 months ago
  84. 5b2c662 Merge "Added callback to enable CarSysUI for showing user switch dialog during before user switching" into rvc-dev by Mayank Garg · 4 years, 2 months ago
  85. 587f194 Added callback to enable CarSysUI for showing user switch dialog during by Mayank Garg · 4 years, 2 months ago
  86. 18bc9b8 Merge "Moved some constants to user-lib." into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  87. 1a9410d Moved some constants to user-lib. by felipeal · 4 years, 2 months ago
  88. e5de0f9 Implement POST SWITCH with LEGACY_ANDROID_SWITCH by Mayank Garg · 4 years, 3 months ago
  89. b08f677 Improved CarUserService.SwitchUser JavaDoc by Mayank Garg · 4 years, 3 months ago
  90. 71661ea Added userMetrics test in CarUserServiceTest by Mayank Garg · 4 years, 3 months ago
  91. 5e3ede4 Implemented CarUserManager.getUserAssociation(). by felipeal · 4 years, 3 months ago
  92. 1f20dcd Improved post android switch for User Hal by Mayank Garg · 4 years, 3 months ago
  93. d50690d Merge "Change all HandlerThread inside CarService into static instance." into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  94. b241d02 Change all HandlerThread inside CarService into static instance. by Keun young Park · 4 years, 3 months ago
  95. e792152 Add previous user id to data sent to UserLifecycleListener by Yan Zhu · 4 years, 3 months ago
  96. e5bf032 Refactored CarUserManager.switchUser() to use a Future instead of a Listener. by felipeal · 4 years, 3 months ago
  97. f736896 Minor improvements on CarUserService.switchUser(): by felipeal · 4 years, 3 months ago
  98. 312416a Initial EventLogTags for CarService. by felipeal · 4 years, 3 months ago
  99. a06fa6e Merge "Updated user switch status for car user manager and car user service" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  100. 0e23914 Updated user switch status for car user manager and car user service by Mayank Garg · 4 years, 3 months ago