Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserPickerController.java206 int desiredState = mCarServiceMediator.getUserForDisplay(mDisplayId) != INVALID_USER_ID in updateHeaderState()
236 boolean isLoggedOutState = mCarServiceMediator.getUserForDisplay(mDisplayId) in init()
283 int userId = mCarServiceMediator.getUserForDisplay(mDisplayId);
396 int prevUserId = mCarServiceMediator.getUserForDisplay(mDisplayId);
502 int userId = mCarServiceMediator.getUserForDisplay(mDisplayId);
519 int loggedInUserId = mCarServiceMediator.getUserForDisplay(mDisplayId);
DCarServiceMediator.java187 int getUserForDisplay(int displayId) { in getUserForDisplay() method in CarServiceMediator
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userpicker/
DUserPickerControllerTest.java113 doReturn(USER_ID_DRIVER).when(mMockCarServiceMediator).getUserForDisplay(MAIN_DISPLAY_ID); in displaySetup()
120 .getUserForDisplay(FRONT_PASSENGER_DISPLAY_ID); in displaySetup()
126 .getUserForDisplay(FRONT_PASSENGER_DISPLAY_ID); in displaySetup()
132 .getUserForDisplay(REAR_PASSENGER_DISPLAY_ID); in displaySetup()
DCarServiceMediatorTest.java168 int result = mCarServiceMediator.getUserForDisplay(REAR_PASSENGER_DISPLAY_ID); in checkDisplayIdForUser_requestWithUserId_getUserId()