Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java283 doReturn(splitIntoUserInstalledAndSystemApps()).when(privateProfileManager) in scrollForViewToBeVisibleInContainer_withHeader()
284 .splitIntoUserInstalledAndSystemApps(any()); in scrollForViewToBeVisibleInContainer_withHeader()
318 doReturn(splitIntoUserInstalledAndSystemApps()).when(privateProfileManager) in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()
319 .splitIntoUserInstalledAndSystemApps(any()); in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()
353 doReturn(splitIntoUserInstalledAndSystemApps()).when(privateProfileManager) in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
354 .splitIntoUserInstalledAndSystemApps(any()); in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
388 doReturn(splitIntoUserInstalledAndSystemApps()).when(privateProfileManager) in scrollForViewToBeVisibleInContainer_withNoHeader()
389 .splitIntoUserInstalledAndSystemApps(any()); in scrollForViewToBeVisibleInContainer_withNoHeader()
462 private Predicate<AppInfo> splitIntoUserInstalledAndSystemApps() { in splitIntoUserInstalledAndSystemApps() method in PrivateSpaceHeaderViewTest
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java101 when(mPrivateProfileManager.splitIntoUserInstalledAndSystemApps(any())) in privateProfileEnabled_allPrivateProfileViewsArePresent()
130 when(mPrivateProfileManager.splitIntoUserInstalledAndSystemApps(mContext)) in privateProfileEnabled_privateProfileAppsShownWithSeparator()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java366 .splitIntoUserInstalledAndSystemApps(mActivityContext))); in addPrivateSpaceApps()
DPrivateProfileManager.java343 public Predicate<AppInfo> splitIntoUserInstalledAndSystemApps(Context context) { in splitIntoUserInstalledAndSystemApps() method in PrivateProfileManager