- d38a34a (Even) more improvements on InitialUserSetter. by felipeal · 4 years, 7 months ago
- f43e363 Final (?!?!?!) changes on InitialUserSetter: by felipeal · 4 years, 7 months ago
- d1643e0 Implemented InitialUserSetter.executeDefaultBehavior() by felipeal · 4 years, 7 months ago
- 2ec0aec Merge "Refactored InitialUserSetter to use the right API." into rvc-dev by TreeHugger Robot · 4 years, 7 months ago
- c5683ce Refactored InitialUserSetter to use the right API. by felipeal · 4 years, 8 months ago
- 685a3b9 Added tests for CarUserManagerHelper.startForegroundUser by felipeal · 4 years, 8 months ago
- 24a8798 Merge "Fixed CarPowerManagementService so it calls the proper API for user switching." into rvc-dev by Felipe Leme · 4 years, 8 months ago
- e35a1cb Fixed CarPowerManagementService so it calls the proper API for user switching. by felipeal · 4 years, 8 months ago
- 2300482 Minor fixes on user management. by felipeal · 4 years, 8 months ago
- e47b6c5 Finished InitialUserSetter.createUser() by felipeal · 4 years, 8 months ago
- 19e3d73 Moved UserHalHelper to car.userlib and added test cases. by felipeal · 4 years, 8 months ago
- f923344 Merge "Initial implementation of InitialUserSetter." into rvc-dev by TreeHugger Robot · 4 years, 8 months ago
- fb0a0eb Minor changes on CarUserManagerHelper: by felipeal · 4 years, 8 months ago
- 8cb1685 Initial implementation of InitialUserSetter. by Felipe Leme · 4 years, 8 months ago
- d702b3c Moar CarUserManagerHelper deprecation. by Felipe Leme · 4 years, 8 months ago
- 91873f9 Added more tests for user-switching scenarios. by Felipe Leme · 4 years, 11 months ago
- f45ee50 Changed STR resume behavior when current user is an ephemeral guest. by Felipe Leme · 4 years, 11 months ago
- 04ee04f Update UserRestriction defaults to use framework mechanisms by Anthony Hugh · 4 years, 11 months ago
- ff8fb97 Merge "Move Guest APIs up one layer" by Anthony Hugh · 5 years ago
- 8a5b16d Move getMaxSupportedRealUsers() to App layer by Anthony Hugh · 5 years ago
- 759311e Move Guest APIs up one layer by Anthony Hugh · 5 years ago
- ac58e8d Remove removeUser() method and clean up unused methods by Anthony Hugh · 5 years ago
- a2f7f0f Update to use UserManager.getUserSwitchability() by Anthony Hugh · 5 years ago
- fb46716 Merge "Remove UserIcon APIs" by TreeHugger Robot · 5 years ago
- 15d61c9 Merge "Swap for more framework APIs" by TreeHugger Robot · 5 years ago
- fbb6776 Remove CarUserManagerHelper #getCurrentForegroundUserInfo and #getCurrentForegroundUserId by Anthony Hugh · 5 years ago
- 6fed1e9 Remove UserIcon APIs by Anthony Hugh · 5 years ago
- ec4b39b Swap for more framework APIs by Anthony Hugh · 5 years ago
- 335b720 Remove getCurrentProcessUserInfo() by Anthony Hugh · 5 years ago
- 4b96463 Remove CarUserManagerHelper #getCurrentProcessUserId and #isCurrentProcessUser by Anthony Hugh · 5 years ago
- 86b11e7 Refactor getAllUsers, getAllAdminUsers, and getAllUsersExceptGuests by Anthony Hugh · 5 years ago
- 5f2465e Migrate to UserManager.isHeadlessSystemUserMode() by Anthony Hugh · 5 years ago
- a534ed5 Merge "Always log messages from getInitialUser()" into qt-qpr1-dev am: c45e02a46c by Felipe Leme · 5 years ago
- 8addcbd Always log messages from getInitialUser() by Felipe Leme · 5 years ago
- 3d36320 Merge "Refactor getAllSwitchableUsers() and getAllPersistentUsers()" by Anthony Hugh · 5 years ago
- 3a793b0 Make CarUserService dependent on CarUserManagerHelper (temporarily) by Eric Jeong · 5 years ago
- f2a3253 Refactor getAllSwitchableUsers() and getAllPersistentUsers() by Anthony Hugh · 5 years ago
- c2da846 Refactor OnUsersUpdateListener by Anthony Hugh · 5 years ago
- 5092ada Remove isCurrentProcessUserHasRestriction() by Anthony Hugh · 5 years ago
- 46bcc3e Remove canCurrentProcessModifyAccounts() by Anthony Hugh · 5 years ago
- 0c6fa1d Remove isCurrentProcessAdminUser() by Anthony Hugh · 5 years ago
- 6b0f581 Clean up CarUserManagerHelper methods only used in Settings [2] by Anthony Hugh · 5 years ago
- dea1dcb Clean up CarUserManagerHelper methods only used in Settings [1] by Anthony Hugh · 5 years ago
- df86e9c Delete some unneeded methods by Anthony Hugh · 5 years ago
- 297628c Merge "Remove one-line wrappers and start cleaning up onUsersUpdateListener" by Anthony Hugh · 5 years ago
- f015383 Add identity team to OWNERS by Anthony Hugh · 5 years ago
- 9932a25 Remove one-line wrappers and start cleaning up onUsersUpdateListener by Anthony Hugh · 5 years ago
- 2350309 Cleanup -- Delete unused APIs by Anthony Hugh · 5 years ago
- edd57e0 Make CarUserManagerHelper Final by Anthony Hugh · 5 years ago
- 7c4f3d6 Update CarUserManagerHelperTest by Anthony Hugh · 5 years ago
- 5ebf6de Update default guest restrictions by Anthony Hugh · 6 years ago
- 911552b Merge "Migrate isHeadlessSystemUser check to the new ro property." into qt-dev by Ying Zheng · 6 years ago
- a092fc4 Add DISALLOW_INSTALL_UNKNOWN_SOURCES to default Guest user restriction by Anthony Hugh · 6 years ago
- e18253d Migrate isHeadlessSystemUser check to the new ro property. by Ying Zheng · 6 years ago
- c1c84ee Prevent user switching if user is in the middle of a phone call. by Ying Zheng · 6 years ago
- de09509 Delete get/set DefaultBootUser APIs by Anthony Hugh · 6 years ago
- 82c3c37 Add support for overrideable boot user id by Anthony Hugh · 6 years ago
- 9fa5a82 Revert changes for disallowing user to run in background for now. by Ying Zheng · 6 years ago
- b763593 Disallow background run for admin users in auto. by Ying Zheng · 6 years ago
- f84e436 Reset settings controllable restrictions in CarUserManagerHelper by Heemin Seog · 6 years ago
- d2dfaaa Disallow run in background for non-admin users. by Ying Zheng · 6 years ago
- 11418c4 Lazy load string resource in CarUserManagerHelper by Anthony Hugh · 6 years ago
- 6becd74 Localize "Driver" string and some API cleanup by Anthony Hugh · 6 years ago
- 59748bd Schematize Car system properties by Inseob Kim · 6 years ago
- 99a78f3 Fix comments in CarUserManagerHelper. by Ying Zheng · 6 years ago
- bb1ba2d Use mocks for last active user test. by Ying Zheng · 6 years ago
- e3486ca Make car user lib package name consistant. by Ying Zheng · 6 years ago
- b09a3ad Switches to the existing guest instead of failing. by jovanak · 6 years ago
- 759f275 Update usage for Grant vs Assign Privileges vs Permissions by Roshan Agrawal · 6 years ago
- 194f565 Add helper methods for User Restrictions by Roshan Agrawal · 6 years ago
- 53829fb MASTER - Rename car user lib package, so it doesn't conflict with the previous one. by Ying Zheng · 6 years ago
- e854f9d MASTER - Make a separate car user lib for the user management APIs. by Ying Zheng · 6 years ago