Searched refs:STATE_TRANSITION (Results 1 – 6 of 6) sorted by relevance
46 public static final int STATE_TRANSITION = 3; field in UserProfileManager52 STATE_TRANSITION
76 updateCurrentState(STATE_TRANSITION); in setWorkProfileEnabled()
345 case PrivateProfileManager.STATE_TRANSITION: in addPrivateSpaceItems()
413 case STATE_TRANSITION -> { in updateView()
28 import static com.android.launcher3.allapps.UserProfileManager.STATE_TRANSITION;185 when(mPrivateProfileManager.getCurrentState()).thenReturn(STATE_TRANSITION); in privateProfileTransitioning_onlyPrivateProfileHeaderViewIsPresent()
24 import static com.android.launcher3.allapps.UserProfileManager.STATE_TRANSITION;250 when(privateProfileManager.getCurrentState()).thenReturn(STATE_TRANSITION); in privateProfileTransitioning_psHeaderContainsTransitionView()