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()168 expectUserCannotBeUnassignedFromDisplay(PROFILE_USER_ID, DEFAULT_DISPLAY); in testStartVisibleBgProfile_communalProfile()
56 expectUserCannotBeUnassignedFromDisplay(USER_ID, DEFAULT_DISPLAY); in testStartFgUser_onDefaultDisplay()90 expectUserCannotBeUnassignedFromDisplay(currentUserId, DEFAULT_DISPLAY); in testSwitchFgUser_onDefaultDisplay()151 expectUserCannotBeUnassignedFromDisplay(USER_ID, SECONDARY_DISPLAY_ID); in testStartVisibleBgUser_onSecondaryDisplay_displayAvailable()290 expectUserCannotBeUnassignedFromDisplay(PROFILE_USER_ID, DEFAULT_DISPLAY); in testStartVisibleBgProfile_onDefaultDisplay_whenParentIsCurrentUser()
709 protected void expectUserCannotBeUnassignedFromDisplay(@UserIdInt int userId, int displayId) { in expectUserCannotBeUnassignedFromDisplay() method in UserVisibilityMediatorTestCase