Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DUserProfileManager.java114 protected Predicate<ItemInfo> getItemInfoMatcher() { in getItemInfoMatcher() method in UserProfileManager
DAlphabeticalAppsList.java234 .filter(mPrivateProviderManager.getItemInfoMatcher()); in onAppsUpdated()
399 allMatch(mPrivateProviderManager.getItemInfoMatcher()); in addAppsWithSections()
DWorkProfileManager.java181 return Stream.of(mAllApps.getAppsStore().getApps()).anyMatch(getItemInfoMatcher()); in hasWorkApps()
DActivityAllAppsContainerView.java605 mAH.get(AdapterHolder.WORK).setup(workRecyclerView, mWorkManager.getItemInfoMatcher()); in rebindAdapters()
1021 .anyMatch(mWorkManager.getItemInfoMatcher()); in onAppsUpdated()
1023 .anyMatch(mPrivateProfileManager.getItemInfoMatcher()); in onAppsUpdated()
DPrivateProfileManager.java864 return getItemInfoMatcher().test(item.itemInfo) || item.decorationInfo != null in isPrivateSpaceItem()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java87 when(mPrivateProfileManager.getItemInfoMatcher()).thenReturn(info -> in setUp()