Home
last modified time | relevance | path

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

/aosp12/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java253 Matcher matcher = getMatcher(expectedRegex, actual); in assertMatchesRegex()
281 Matcher matcher = getMatcher(expectedRegex, actual); in assertContainsRegex()
305 Matcher matcher = getMatcher(expectedRegex, actual); in assertNotMatchesRegex()
328 Matcher matcher = getMatcher(expectedRegex, actual); in assertNotContainsRegex()
518 private static Matcher getMatcher(String expectedRegex, String actual) { in getMatcher() method in MoreAsserts
/aosp12/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
H A DConfigurationTest.java316 unionMatcher.getCombination().getMatcher(0)) in testOnePulledTwoPushedTogether()
319 unionMatcher.getCombination().getMatcher(1)) in testOnePulledTwoPushedTogether()
/aosp12/packages/modules/StatsD/statsd/src/
H A DFieldValue.h224 inline const Field& getMatcher() const { in getMatcher() function
253 return mMatcher != that.getMatcher() || mMask != that.getMask();
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DWorkProfileManager.java166 public ItemInfoMatcher getMatcher() { in getMatcher() method in WorkProfileManager
H A DAllAppsContainerView.java232 if (mWorkManager.getMatcher().matches(app, null)) { in onAppsUpdated()
442 mAH[AdapterHolder.WORK].setup(mViewPager.getChildAt(1), mWorkManager.getMatcher()); in rebindAdapters()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRect.java64 static Matcher getMatcher(String str) { in getMatcher() method in Rect.UnflattenHelper
214 Matcher matcher = UnflattenHelper.getMatcher(str); in unflattenFromString()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21248 Landroid/graphics/Rect$UnflattenHelper;->getMatcher(Ljava/lang/String;)Ljava/util/regex/Matcher;