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