Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateProfileManagerTest.java100 private AllAppsRecyclerView mAllAppsRecyclerView; field in PrivateProfileManagerTest
115 when(mAllApps.getActiveRecyclerView()).thenReturn(mAllAppsRecyclerView); in setUp()
154 doReturn(mAllAppsRecyclerView).when(privateProfileManager).getMainRecyclerView(); in quietModeFlagPresent_privateSpaceIsResetToDisabled()
173 doReturn(mAllAppsRecyclerView).when(privateProfileManager).getMainRecyclerView(); in transitioningToUnlocked_resetCallsPostUnlock()
191 doReturn(mAllAppsRecyclerView).when(privateProfileManager).getMainRecyclerView(); in transitioningToLocked_resetCallsExecuteLock()