Searched refs:getItemInfoMatcher (Results 1 – 6 of 6) sorted by relevance
114 protected Predicate<ItemInfo> getItemInfoMatcher() { in getItemInfoMatcher() method in UserProfileManager
234 .filter(mPrivateProviderManager.getItemInfoMatcher()); in onAppsUpdated()399 allMatch(mPrivateProviderManager.getItemInfoMatcher()); in addAppsWithSections()
181 return Stream.of(mAllApps.getAppsStore().getApps()).anyMatch(getItemInfoMatcher()); in hasWorkApps()
605 mAH.get(AdapterHolder.WORK).setup(workRecyclerView, mWorkManager.getItemInfoMatcher()); in rebindAdapters()1021 .anyMatch(mWorkManager.getItemInfoMatcher()); in onAppsUpdated()1023 .anyMatch(mPrivateProfileManager.getItemInfoMatcher()); in onAppsUpdated()
864 return getItemInfoMatcher().test(item.itemInfo) || item.decorationInfo != null in isPrivateSpaceItem()
87 when(mPrivateProfileManager.getItemInfoMatcher()).thenReturn(info -> in setUp()