Home
last modified time | relevance | path

Searched defs:queryAnnotation (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/
DTestAppProviderTest.java500 Query queryAnnotation = queryBuilder() in query_queryAnnotationSpecifiesPackageName_matches() local
512 Query queryAnnotation = queryBuilder() in query_queryAnnotationSpecifiesTargetSdkVersion_matches() local
524 Query queryAnnotation = queryBuilder() in query_queryAnnotationSpecifiesMaxSdkVersion_matches() local
536 Query queryAnnotation = queryBuilder() in query_queryAnnotationSpecifiesMinSdkVersion_matches() local
548 Query queryAnnotation = queryBuilder() in query_stringQueryAnnotationSpecifiesIsEqualTo_matches() local
560 Query queryAnnotation = queryBuilder() in query_stringQueryAnnotationSpecifiesIsNotEqualTo_matches() local
572 Query queryAnnotation = queryBuilder() in query_stringQueryAnnotationSpecifiesStartsWith_matches() local
584 Query queryAnnotation = queryBuilder() in query_stringQueryAnnotationSpecifiesIsNullTrue_matches() local
596 Query queryAnnotation = queryBuilder() in query_stringQueryAnnotationSpecifiesIsNullFalse_matches() local
608 Query queryAnnotation = queryBuilder() in query_integerQueryAnnotationSpecifiesIsEqualTo_matches() local
[all …]
/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()
DIntegerQuery.java45 E matchesAnnotation(com.android.queryable.annotations.IntegerQuery queryAnnotation); in matchesAnnotation()
DStringQueryHelper.java107 public E matchesAnnotation(com.android.queryable.annotations.StringQuery queryAnnotation) { in matchesAnnotation()
DIntegerQueryHelper.java133 public E matchesAnnotation(com.android.queryable.annotations.IntegerQuery queryAnnotation) { in matchesAnnotation()