Home
last modified time | relevance | path

Searched refs:getMatcher (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
DConfigurationTest.java316 unionMatcher.getCombination().getMatcher(0)) in testOnePulledTwoPushedTogether()
319 unionMatcher.getCombination().getMatcher(1)) in testOnePulledTwoPushedTogether()
/packages/modules/StatsD/statsd/src/
DFieldValue.h227 inline const Field& getMatcher() const { in getMatcher() function
248 return mMatcher != that.getMatcher() || mMask != that.getMask();
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkProfileManager.java199 public Predicate<ItemInfo> getMatcher() { in getMatcher() method in WorkProfileManager
DActivityAllAppsContainerView.java484 mAH.get(AdapterHolder.WORK).setup(mViewPager.getChildAt(1), mWorkManager.getMatcher()); in rebindAdapters()
827 mHasWorkApps = Stream.of(mAllAppsStore.getApps()).anyMatch(mWorkManager.getMatcher()); in onAppsUpdated()