Searched refs:toAnnotation (Results 1 – 5 of 5) sorted by relevance
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/ |
D | TestAppQueryBuilder.java | 399 public Query toAnnotation() { in toAnnotation() method in TestAppQueryBuilder 400 return query(mPackageName.toAnnotation(), in toAnnotation() 401 mTargetSdkVersion.toAnnotation(), in toAnnotation() 402 mMinSdkVersion.toAnnotation(), in toAnnotation() 403 mMaxSdkVersion.toAnnotation(), in toAnnotation() 404 mIsDeviceAdmin.toAnnotation(), in toAnnotation() 405 mIsHeadlessDOSingleUser.toAnnotation()); in toAnnotation()
|
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/ |
D | BooleanQueryHelper.java | 169 public com.android.queryable.annotations.BooleanQuery toAnnotation() { in toAnnotation() method in BooleanQueryHelper
|
D | StringQueryHelper.java | 127 public com.android.queryable.annotations.StringQuery toAnnotation() { in toAnnotation() method in StringQueryHelper
|
D | IntegerQueryHelper.java | 153 public com.android.queryable.annotations.IntegerQuery toAnnotation() { in toAnnotation() method in IntegerQueryHelper
|
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/ |
D | Policy.java | 626 .toAnnotation(), 644 .toAnnotation(), 851 .toAnnotation(), INSTRUMENTED_USER, 870 .toAnnotation(),
|