Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserVisibilityMediatorVisibleBackgroundUserTestCase.java65 expectUserAssignedToDisplay(DEFAULT_DISPLAY, USER_ID); in testStartFgUser_onDefaultDisplay()
66 expectUserAssignedToDisplay(INVALID_DISPLAY, USER_ID); in testStartFgUser_onDefaultDisplay()
67 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartFgUser_onDefaultDisplay()
99 expectUserAssignedToDisplay(DEFAULT_DISPLAY, currentUserId); in testSwitchFgUser_onDefaultDisplay()
100 expectUserAssignedToDisplay(INVALID_DISPLAY, currentUserId); in testSwitchFgUser_onDefaultDisplay()
101 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, currentUserId); in testSwitchFgUser_onDefaultDisplay()
160 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAvailable()
205 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, OTHER_USER_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAlreadyAssigned()
224 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAlreadyAssignedToSameUser()
238 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAlreadyAssignedToSameUser()
[all …]
DUserVisibilityMediatorSUSDTest.java69 expectUserAssignedToDisplay(DEFAULT_DISPLAY, USER_ID); in testStartFgUser_onDefaultDisplay()
70 expectUserAssignedToDisplay(INVALID_DISPLAY, USER_ID); in testStartFgUser_onDefaultDisplay()
71 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartFgUser_onDefaultDisplay()
101 expectUserAssignedToDisplay(DEFAULT_DISPLAY, currentUserId); in testSwitchFgUser_onDefaultDisplay()
102 expectUserAssignedToDisplay(INVALID_DISPLAY, currentUserId); in testSwitchFgUser_onDefaultDisplay()
103 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, currentUserId); in testSwitchFgUser_onDefaultDisplay()
137 expectUserAssignedToDisplay(DEFAULT_DISPLAY, PARENT_USER_ID); in testStartVisibleBgProfile_onDefaultDisplay_whenParentIsCurrentUser()
DUserVisibilityMediatorMUPANDTest.java67 expectUserAssignedToDisplay(DEFAULT_DISPLAY, visibleBgUserId); in testStartVisibleBgUser_onDefaultDisplay_initialCurrentUserId()
111 expectUserAssignedToDisplay(DEFAULT_DISPLAY, visibleBgUserId); in testStartVisibleBgUser_onDefaultDisplay_nonInitialCurrentUserId()
145 expectUserAssignedToDisplay(OTHER_SECONDARY_DISPLAY_ID, PARENT_USER_ID); in testStartVisibleBgProfile_onDefaultDisplay_whenParentIsStartedVisibleOnBgOnSecondaryDisplay()
170 expectUserAssignedToDisplay(DEFAULT_DISPLAY, PARENT_USER_ID); in testStartVisibleBgProfile_onDefaultDisplay_whenParentIsStartedVisibleOnBgOnDefaultDisplay()
199 expectUserAssignedToDisplay(DEFAULT_DISPLAY, PARENT_USER_ID); in testStartBgProfile_onDefaultDisplay_whenParentIsStartedVisibleOnBg()
DUserVisibilityMediatorTestCase.java247 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartBgSystemUser_onSecondaryDisplay()
268 expectUserAssignedToDisplay(DEFAULT_DISPLAY, PARENT_USER_ID); in testStopVisibleBgProfile()
289 expectUserAssignedToDisplay(DEFAULT_DISPLAY, OTHER_USER_ID); in testVisibleBgProfileBecomesInvisibleWhenParentIsSwitchedOut()
714 protected void expectUserAssignedToDisplay(int displayId, @UserIdInt int userId) { in expectUserAssignedToDisplay() method in UserVisibilityMediatorTestCase