Searched refs:expectUserCannotBeUnassignedFromDisplay (Results 1 – 3 of 3) sorted by relevance
60 expectUserCannotBeUnassignedFromDisplay(USER_ID, DEFAULT_DISPLAY); in testStartFgUser_onDefaultDisplay()92 expectUserCannotBeUnassignedFromDisplay(currentUserId, DEFAULT_DISPLAY); in testSwitchFgUser_onDefaultDisplay()128 expectUserCannotBeUnassignedFromDisplay(PROFILE_USER_ID, DEFAULT_DISPLAY); in testStartVisibleBgProfile_onDefaultDisplay_whenParentIsCurrentUser()
56 expectUserCannotBeUnassignedFromDisplay(USER_ID, DEFAULT_DISPLAY); in testStartFgUser_onDefaultDisplay()90 expectUserCannotBeUnassignedFromDisplay(currentUserId, DEFAULT_DISPLAY); in testSwitchFgUser_onDefaultDisplay()150 expectUserCannotBeUnassignedFromDisplay(USER_ID, SECONDARY_DISPLAY_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAvailable()289 expectUserCannotBeUnassignedFromDisplay(PROFILE_USER_ID, DEFAULT_DISPLAY); in testStartVisibleBgProfile_onDefaultDisplay_whenParentIsCurrentUser()
704 protected void expectUserCannotBeUnassignedFromDisplay(@UserIdInt int userId, int displayId) { in expectUserCannotBeUnassignedFromDisplay() method in UserVisibilityMediatorTestCase