Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java286 doReturn(splitIntoUserInstalledAndSystemApps()).when(privateProfileManager) in scrollForViewToBeVisibleInContainer_withHeader()
287 .splitIntoUserInstalledAndSystemApps(any()); in scrollForViewToBeVisibleInContainer_withHeader()
321 doReturn(splitIntoUserInstalledAndSystemApps()).when(privateProfileManager) in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()
322 .splitIntoUserInstalledAndSystemApps(any()); in scrollForViewToBeVisibleInContainer_withHeaderNoTabs()
356 doReturn(splitIntoUserInstalledAndSystemApps()).when(privateProfileManager) in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
357 .splitIntoUserInstalledAndSystemApps(any()); in scrollForViewToBeVisibleInContainer_withHeaderAndLessAppRowSpace()
391 doReturn(splitIntoUserInstalledAndSystemApps()).when(privateProfileManager) in scrollForViewToBeVisibleInContainer_withNoHeader()
392 .splitIntoUserInstalledAndSystemApps(any()); in scrollForViewToBeVisibleInContainer_withNoHeader()
464 private Predicate<AppInfo> splitIntoUserInstalledAndSystemApps() { in splitIntoUserInstalledAndSystemApps() method in PrivateSpaceHeaderViewTest
DAlphabeticalAppsListTest.java102 when(mPrivateProfileManager.splitIntoUserInstalledAndSystemApps(any())) in privateProfileEnabled_allPrivateProfileViewsArePresent()
132 when(mPrivateProfileManager.splitIntoUserInstalledAndSystemApps(mContext)) in privateProfileEnabled_privateProfileAppsShownWithSeparator()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java398 .splitIntoUserInstalledAndSystemApps(mActivityContext))); in addPrivateSpaceApps()
DPrivateProfileManager.java349 public Predicate<AppInfo> splitIntoUserInstalledAndSystemApps(Context context) { in splitIntoUserInstalledAndSystemApps() method in PrivateProfileManager