Searched refs:splitIntoUserInstalledAndSystemApps (Results 1 – 4 of 4) sorted by relevance
283 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
101 when(mPrivateProfileManager.splitIntoUserInstalledAndSystemApps(any())) in privateProfileEnabled_allPrivateProfileViewsArePresent()130 when(mPrivateProfileManager.splitIntoUserInstalledAndSystemApps(mContext)) in privateProfileEnabled_privateProfileAppsShownWithSeparator()
366 .splitIntoUserInstalledAndSystemApps(mActivityContext))); in addPrivateSpaceApps()
343 public Predicate<AppInfo> splitIntoUserInstalledAndSystemApps(Context context) { in splitIntoUserInstalledAndSystemApps() method in PrivateProfileManager