Searched defs:applyAnnotation (Results 1 – 9 of 9) sorted by relevance
39 void applyAnnotation(@NonNull Annotation annotation); in applyAnnotation() method
53 public void applyAnnotation(@NonNull Annotation annotation) { in applyAnnotation() method in InteractiveAnnotationExecutor
32 override fun applyAnnotation(annotation: Annotation): Unit = annotation.run { in <lambda>() method in com.android.bedstead.harrier.MainAnnotationExecutor
30 override fun applyAnnotation(annotation: Annotation) { in applyAnnotation() method in com.android.bedstead.flags.FlagsAnnotationExecutor
42 override fun applyAnnotation(annotation: Annotation) { in applyAnnotation() method
55 override fun applyAnnotation(annotation: Annotation) { in applyAnnotation() method in com.android.xts.root.RootAnnotationExecutor
38 override fun applyAnnotation(annotation: Annotation) { in applyAnnotation() method in com.android.bedstead.permissions.PermissionsAnnotationExecutor
49 override fun applyAnnotation(annotation: Annotation): Unit = annotation.run { in <lambda>() method
86 public TestAppQueryBuilder applyAnnotation(Query query) { in applyAnnotation() method in TestAppQueryBuilder