Home
last modified time | relevance | path

Searched refs:REAR_PASSENGER_DISPLAY_ID (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userpicker/
DCarServiceMediatorTest.java158 assertThat(result).isEqualTo(REAR_PASSENGER_DISPLAY_ID); in checkDisplayIdForUser_requestWithUserId_getDisplayId()
166 .getUserForDisplayId(REAR_PASSENGER_DISPLAY_ID); in checkDisplayIdForUser_requestWithUserId_getUserId()
168 int result = mCarServiceMediator.getUserForDisplay(REAR_PASSENGER_DISPLAY_ID); in checkDisplayIdForUser_requestWithUserId_getUserId()
DUserPickerTestCase.java59 static final int REAR_PASSENGER_DISPLAY_ID = 3; field in UserPickerTestCase
66 REAR_PASSENGER_DISPLAY_ID, new DisplayInfo(), new DisplayAdjustments());
DUserPickerRecyclerViewTest.java301 /* mLoggedInDisplay= */ REAR_PASSENGER_DISPLAY_ID, in updateUserList_loginUser_changedRearPassengerDesc()
322 /* mLoggedInDisplay= */ REAR_PASSENGER_DISPLAY_ID, in updateUserList_logoutUser_changedRearPassengerDesc()
DUserPickerControllerTest.java132 .getUserForDisplay(REAR_PASSENGER_DISPLAY_ID); in displaySetup()