Home
last modified time | relevance | path

Searched refs:expandPrivateSpace (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateProfileManagerTest.java176 doNothing().when(privateProfileManager).expandPrivateSpace(); in transitioningToUnlocked_resetCallsPostUnlock()
194 doNothing().when(privateProfileManager).expandPrivateSpace(); in transitioningToLocked_resetCallsExecuteLock()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java314 MAIN_EXECUTOR.post(this::expandPrivateSpace); in postUnlock()
772 void expandPrivateSpace() { in expandPrivateSpace() method in PrivateProfileManager
796 expandPrivateSpace(); in exitSearchAndExpand()