Home
last modified time | relevance | path

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/
DUserPickerControllerTest.java120 .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 …]
DUserPickerTestCase.java58 static final int FRONT_PASSENGER_DISPLAY_ID = 2; field in UserPickerTestCase
64 FRONT_PASSENGER_DISPLAY_ID, new DisplayInfo(), new DisplayAdjustments());
DUserEventManagerTest.java134 /* userId= */ USER_ID_FRONT, /* displayId= */ FRONT_PASSENGER_DISPLAY_ID, in checkStartUser_requestStartUser_startUser()
142 /* displayId= */ FRONT_PASSENGER_DISPLAY_ID); in checkStopUser_requestStopUser_StopUser()
DUserPickerRecyclerViewTest.java85 doReturn(FRONT_PASSENGER_DISPLAY_ID).when(mContext).getDisplayId(); in setUp()
99 /* mLoggedInDisplay= */ FRONT_PASSENGER_DISPLAY_ID, in setUp()
DCarServiceMediatorTest.java142 mCarServiceMediator.unassignOccupantZoneForDisplay(FRONT_PASSENGER_DISPLAY_ID); in checkunassignZone_requestWithDisplayId_requestUnassignOccupantZone()