Home
last modified time | relevance | path

Searched refs:PROP (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/transition/
DTrackingTransition.java41 private static String PROP = "tracking:prop"; field in TrackingTransition
42 private static String[] PROPS = { PROP };
51 transitionValues.values.put(PROP, 0); in captureStartValues()
56 transitionValues.values.put(PROP, 1); in captureEndValues()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DMatcherUtils.java58 public static <RECEIVER, PROP> Matcher<RECEIVER> propertyMatches( in propertyMatches()
60 Function<? super RECEIVER, ? extends PROP> propGetter, in propertyMatches()
61 Matcher<? extends PROP> propCondition) { in propertyMatches()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMatcherUtils.java60 public static <RECEIVER, PROP> Matcher<RECEIVER> propertyMatches( in propertyMatches()
62 Function<? super RECEIVER, ? extends PROP> propGetter, in propertyMatches()
63 Matcher<? extends PROP> propCondition) { in propertyMatches()