Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMatcherUtils.java60 public static <RECEIVER, PROP> Matcher<RECEIVER> propertyMatches( in propertyMatches() method in MatcherUtils
94 return propertyMatches("message", Throwable::getMessage, condition);
102 return propertyMatches("text", AccessibilityNodeInfo::getText, condition);
110 return propertyMatches("id", AccessibilityNodeInfo::getViewIdResourceName, condition);
DPropertyUtil.java203 public static boolean propertyMatches(String property, String regex) { in propertyMatches() method in PropertyUtil
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DMatcherUtils.java58 public static <RECEIVER, PROP> Matcher<RECEIVER> propertyMatches( in propertyMatches() method in MatcherUtils
92 return propertyMatches("message", Throwable::getMessage, condition);
/cts/tests/tests/os/src/android/os/cts/
DCompanionDeviceManagerTest.kt262 return MatcherUtils.propertyMatches( in hasClassThat()