Searched refs:getItemInfoMatcher (Results 1 – 6 of 6) sorted by relevance
128 protected Predicate<ItemInfo> getItemInfoMatcher() { in getItemInfoMatcher() method in UserProfileManager
254 .filter(mPrivateProviderManager.getItemInfoMatcher()); in onAppsUpdated()461 allMatch(mPrivateProviderManager.getItemInfoMatcher()); in addAppsWithSections()
181 return Stream.of(mAllApps.getAppsStore().getApps()).anyMatch(getItemInfoMatcher()); in hasWorkApps()
607 mAH.get(AdapterHolder.WORK).setup(workRecyclerView, mWorkManager.getItemInfoMatcher()); in rebindAdapters()1024 .anyMatch(mWorkManager.getItemInfoMatcher()); in onAppsUpdated()1026 .anyMatch(mPrivateProfileManager.getItemInfoMatcher()); in onAppsUpdated()
943 return getItemInfoMatcher().test(item.itemInfo) || item.decorationInfo != null in isPrivateSpaceItem()
88 when(mPrivateProfileManager.getItemInfoMatcher()).thenReturn(info -> in setUp()