Searched refs:getDisplayIdForUser (Results 1 – 5 of 5) sorted by relevance
112 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()
156 int result = mCarServiceMediator.getDisplayIdForUser(USER_ID_REAR); in checkDisplayIdForUser_requestWithUserId_getDisplayId()
91 if (getDisplayIdForUser(userId) == Display.DEFAULT_DISPLAY) {126 private int getDisplayIdForUser(@UserIdInt int userId) { in getDisplayIdForUser() method in CarMUPANDUserTrackerImpl
168 int getDisplayIdForUser(@UserIdInt int userId) { in getDisplayIdForUser() method in CarServiceMediator
330 int loggedInDisplayId = mCarServiceMediator.getDisplayIdForUser(userInfo.id);