Home
last modified time | relevance | path

Searched defs:applyAnnotation (Results 1 – 9 of 9) sorted by relevance

/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/
DAnnotationExecutor.java39 void applyAnnotation(@NonNull Annotation annotation); in applyAnnotation() method
/cts/common/device-side/interactive/src/main/java/com/android/interactive/
DInteractiveAnnotationExecutor.java53 public void applyAnnotation(@NonNull Annotation annotation) { in applyAnnotation() method in InteractiveAnnotationExecutor
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DMainAnnotationExecutor.kt32 override fun applyAnnotation(annotation: Annotation): Unit = annotation.run { in <lambda>() method in com.android.bedstead.harrier.MainAnnotationExecutor
/cts/common/device-side/bedstead/modules/flags/src/main/kotlin/com/android/bedstead/flags/
DFlagsAnnotationExecutor.kt30 override fun applyAnnotation(annotation: Annotation) { in applyAnnotation() method in com.android.bedstead.flags.FlagsAnnotationExecutor
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/
DEnterpriseAnnotationExecutor.kt42 override fun applyAnnotation(annotation: Annotation) { in applyAnnotation() method
/cts/common/device-side/bedstead/modules/root/src/main/kotlin/com/android/xts/root/
DRootAnnotationExecutor.kt55 override fun applyAnnotation(annotation: Annotation) { in applyAnnotation() method in com.android.xts.root.RootAnnotationExecutor
/cts/common/device-side/bedstead/modules/permissions/src/main/kotlin/com/android/bedstead/permissions/
DPermissionsAnnotationExecutor.kt38 override fun applyAnnotation(annotation: Annotation) { in applyAnnotation() method in com.android.bedstead.permissions.PermissionsAnnotationExecutor
/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/
DMultiUserAnnotationExecutor.kt49 override fun applyAnnotation(annotation: Annotation): Unit = annotation.run { in <lambda>() method
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppQueryBuilder.java86 public TestAppQueryBuilder applyAnnotation(Query query) { in applyAnnotation() method in TestAppQueryBuilder