Home
last modified time | relevance | path

Searched refs:matchesAnnotation (Results 1 – 7 of 7) sorted by relevance

/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppQueryBuilder.java92 … queryBuilder = queryBuilder.whereTargetSdkVersion().matchesAnnotation(query.targetSdkVersion()); in applyAnnotation()
93 queryBuilder = queryBuilder.whereMinSdkVersion().matchesAnnotation(query.minSdkVersion()); in applyAnnotation()
94 queryBuilder = queryBuilder.whereMaxSdkVersion().matchesAnnotation(query.maxSdkVersion()); in applyAnnotation()
95 queryBuilder = queryBuilder.wherePackageName().matchesAnnotation(query.packageName()); in applyAnnotation()
96 queryBuilder = queryBuilder.whereIsDeviceAdmin().matchesAnnotation(query.isDeviceAdmin()); in applyAnnotation()
97 queryBuilder = queryBuilder.whereIsHeadlessDOSingleUser().matchesAnnotation( in applyAnnotation()
/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