Searched refs:FRONT_PASSENGER_DISPLAY_ID (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userpicker/ |
D | UserPickerControllerTest.java | 120 .getUserForDisplay(FRONT_PASSENGER_DISPLAY_ID); in displaySetup() 123 doReturn(FRONT_PASSENGER_DISPLAY_ID).when(mMockCarServiceMediator) in displaySetup() 126 .getUserForDisplay(FRONT_PASSENGER_DISPLAY_ID); in displaySetup() 165 displaySetup(/* isLogoutState= */ false, /* displayId= */ FRONT_PASSENGER_DISPLAY_ID); in loginItself_changeUserState_finishUserPicker() 178 displaySetup(/* isLogoutState= */ false, /* displayId= */ FRONT_PASSENGER_DISPLAY_ID); in checkSnackbar_loginDriverUser_showSnackbar() 202 displaySetup(/* isLogoutState= */ false, /* displayId= */ FRONT_PASSENGER_DISPLAY_ID); in checkChangeUser_changeUserState_changeUser() 207 .stopUserUnchecked(USER_ID_FRONT, FRONT_PASSENGER_DISPLAY_ID); in checkChangeUser_changeUserState_changeUser() 215 displaySetup(/* isLogoutState= */ true, /* displayId= */ FRONT_PASSENGER_DISPLAY_ID); in checkLoginUser_logoutState_startUser() 233 displaySetup(/* isLogoutState= */ false, /* displayId= */ FRONT_PASSENGER_DISPLAY_ID); in checkCreateGuest_pressGuestIcon_createdGuestUser() 239 .stopUserUnchecked(USER_ID_FRONT, FRONT_PASSENGER_DISPLAY_ID); in checkCreateGuest_pressGuestIcon_createdGuestUser() [all …]
|
D | UserPickerTestCase.java | 58 static final int FRONT_PASSENGER_DISPLAY_ID = 2; field in UserPickerTestCase 64 FRONT_PASSENGER_DISPLAY_ID, new DisplayInfo(), new DisplayAdjustments());
|
D | UserEventManagerTest.java | 134 /* userId= */ USER_ID_FRONT, /* displayId= */ FRONT_PASSENGER_DISPLAY_ID, in checkStartUser_requestStartUser_startUser() 142 /* displayId= */ FRONT_PASSENGER_DISPLAY_ID); in checkStopUser_requestStopUser_StopUser()
|
D | UserPickerRecyclerViewTest.java | 85 doReturn(FRONT_PASSENGER_DISPLAY_ID).when(mContext).getDisplayId(); in setUp() 99 /* mLoggedInDisplay= */ FRONT_PASSENGER_DISPLAY_ID, in setUp()
|
D | CarServiceMediatorTest.java | 142 mCarServiceMediator.unassignOccupantZoneForDisplay(FRONT_PASSENGER_DISPLAY_ID); in checkunassignZone_requestWithDisplayId_requestUnassignOccupantZone()
|