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.java128 protected Predicate<ItemInfo> getItemInfoMatcher() { in getItemInfoMatcher() method in UserProfileManager
DAlphabeticalAppsList.java254 .filter(mPrivateProviderManager.getItemInfoMatcher()); in onAppsUpdated()
461 allMatch(mPrivateProviderManager.getItemInfoMatcher()); in addAppsWithSections()
DWorkProfileManager.java181 return Stream.of(mAllApps.getAppsStore().getApps()).anyMatch(getItemInfoMatcher()); in hasWorkApps()
DActivityAllAppsContainerView.java607 mAH.get(AdapterHolder.WORK).setup(workRecyclerView, mWorkManager.getItemInfoMatcher()); in rebindAdapters()
1024 .anyMatch(mWorkManager.getItemInfoMatcher()); in onAppsUpdated()
1026 .anyMatch(mPrivateProfileManager.getItemInfoMatcher()); in onAppsUpdated()
DPrivateProfileManager.java943 return getItemInfoMatcher().test(item.itemInfo) || item.decorationInfo != null in isPrivateSpaceItem()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java88 when(mPrivateProfileManager.getItemInfoMatcher()).thenReturn(info -> in setUp()