Searched refs:startUserForDisplay (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userpicker/ |
D | UserPickerControllerTest.java | 171 .startUserForDisplay(anyInt(), anyInt(), anyInt(), anyBoolean()); in loginItself_changeUserState_finishUserPicker() 185 .startUserForDisplay(anyInt(), anyInt(), anyInt(), anyBoolean()); in checkSnackbar_loginDriverUser_showSnackbar() 197 .startUserForDisplay(anyInt(), eq(USER_ID_REAR), anyInt(), anyBoolean()); in checkSwitchUser_changeUserState_switchUser() 210 .startUserForDisplay(anyInt(), eq(USER_ID_REAR), anyInt(), anyBoolean()); in checkChangeUser_changeUserState_changeUser() 223 .startUserForDisplay(anyInt(), eq(USER_ID_REAR), anyInt(), anyBoolean()); in checkLoginUser_logoutState_startUser() 242 .startUserForDisplay(anyInt(), eq(USER_ID_GUEST), anyInt(), anyBoolean()); in checkCreateGuest_pressGuestIcon_createdGuestUser() 262 .startUserForDisplay(anyInt(), eq(USER_ID_REAR + 1), anyInt(), anyBoolean()); in checkAddNewUser_pressAddUserIcon_createdUser()
|
D | UserEventManagerTest.java | 147 mUserEventManager.startUserForDisplay(/* prevCurrentUser= */ -1, in checkStartUser_requestStartUser_startUser()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/ |
D | UserEventManager.java | 319 boolean startUserForDisplay(@UserIdInt int prevCurrentUser, @UserIdInt int userId, in startUserForDisplay() method in UserEventManager
|
D | UserPickerController.java | 463 result = mUserEventManager.startUserForDisplay(prevUserId, userId, mDisplayId,
|