Searched refs:matchesAnnotation (Results 1 – 7 of 7) sorted by relevance
92 … 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()
37 E matchesAnnotation(com.android.queryable.annotations.StringQuery queryAnnotation); in matchesAnnotation() method
34 E matchesAnnotation(com.android.queryable.annotations.BooleanQuery queryAnnotation); in matchesAnnotation() method
45 E matchesAnnotation(com.android.queryable.annotations.IntegerQuery queryAnnotation); in matchesAnnotation() method
161 public E matchesAnnotation(com.android.queryable.annotations.BooleanQuery queryAnnotation) { in matchesAnnotation() method in BooleanQueryHelper
107 public E matchesAnnotation(com.android.queryable.annotations.StringQuery queryAnnotation) { in matchesAnnotation() method in StringQueryHelper
133 public E matchesAnnotation(com.android.queryable.annotations.IntegerQuery queryAnnotation) { in matchesAnnotation() method in IntegerQueryHelper