Searched refs:expectUserAssignedToDisplay (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
H A D | UserVisibilityMediatorVisibleBackgroundUserTestCase.java | 65 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() 159 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAvailable() 223 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAlreadyAssignedToSameUser() 237 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAlreadyAssignedToSameUser() 298 expectUserAssignedToDisplay(DEFAULT_DISPLAY, PARENT_USER_ID); in testStartVisibleBgProfile_onDefaultDisplay_whenParentIsCurrentUser() 376 expectUserAssignedToDisplay(DEFAULT_DISPLAY, currentUserId); in currentUserVisibilityWhenNoDisplayIsAssignedTest() [all …]
|
H A D | UserVisibilityMediatorSUSDTest.java | 69 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()
|
H A D | UserVisibilityMediatorMUPANDTest.java | 67 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()
|
H A D | UserVisibilityMediatorTestCase.java | 245 expectUserAssignedToDisplay(SECONDARY_DISPLAY_ID, USER_ID); in testStartBgSystemUser_onSecondaryDisplay() 266 expectUserAssignedToDisplay(DEFAULT_DISPLAY, PARENT_USER_ID); in testStopVisibleBgProfile() 287 expectUserAssignedToDisplay(DEFAULT_DISPLAY, OTHER_USER_ID); in testVisibleBgProfileBecomesInvisibleWhenParentIsSwitchedOut() 709 protected void expectUserAssignedToDisplay(int displayId, @UserIdInt int userId) { in expectUserAssignedToDisplay() method in UserVisibilityMediatorTestCase
|