Searched refs:propertyMatches (Results 1 – 3 of 3) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MatcherUtils.java | 60 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);
|
D | PropertyUtil.java | 227 public static boolean propertyMatches(String property, String regex) { in propertyMatches() method in PropertyUtil
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | MatcherUtils.java | 58 public static <RECEIVER, PROP> Matcher<RECEIVER> propertyMatches( in propertyMatches() method in MatcherUtils 92 return propertyMatches("message", Throwable::getMessage, condition);
|