Home
last modified time | relevance | path

Searched refs:getDisplayIdForUser (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userpicker/
DUserPickerControllerTest.java112 doReturn(MAIN_DISPLAY_ID).when(mMockCarServiceMediator).getDisplayIdForUser(USER_ID_DRIVER); in displaySetup()
118 .getDisplayIdForUser(USER_ID_FRONT); in displaySetup()
124 .getDisplayIdForUser(USER_ID_FRONT); in displaySetup()
130 doReturn(INVALID_DISPLAY).when(mMockCarServiceMediator).getDisplayIdForUser(USER_ID_REAR); in displaySetup()
DCarServiceMediatorTest.java156 int result = mCarServiceMediator.getDisplayIdForUser(USER_ID_REAR); in checkDisplayIdForUser_requestWithUserId_getDisplayId()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/users/
DCarMUPANDUserTrackerImpl.java91 if (getDisplayIdForUser(userId) == Display.DEFAULT_DISPLAY) {
126 private int getDisplayIdForUser(@UserIdInt int userId) { in getDisplayIdForUser() method in CarMUPANDUserTrackerImpl
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DCarServiceMediator.java168 int getDisplayIdForUser(@UserIdInt int userId) { in getDisplayIdForUser() method in CarServiceMediator
DUserPickerController.java330 int loggedInDisplayId = mCarServiceMediator.getDisplayIdForUser(userInfo.id);