Home
last modified time | relevance | path

Searched defs:matchesAnnotation (Results 1 – 6 of 6) sorted by relevance

/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DStringQuery.java37 E matchesAnnotation(com.android.queryable.annotations.StringQuery queryAnnotation); in matchesAnnotation() method
DBooleanQuery.java34 E matchesAnnotation(com.android.queryable.annotations.BooleanQuery queryAnnotation); in matchesAnnotation() method
DIntegerQuery.java45 E matchesAnnotation(com.android.queryable.annotations.IntegerQuery queryAnnotation); in matchesAnnotation() method
DBooleanQueryHelper.java161 public E matchesAnnotation(com.android.queryable.annotations.BooleanQuery queryAnnotation) { in matchesAnnotation() method in BooleanQueryHelper
DStringQueryHelper.java107 public E matchesAnnotation(com.android.queryable.annotations.StringQuery queryAnnotation) { in matchesAnnotation() method in StringQueryHelper
DIntegerQueryHelper.java133 public E matchesAnnotation(com.android.queryable.annotations.IntegerQuery queryAnnotation) { in matchesAnnotation() method in IntegerQueryHelper