Home
last modified time | relevance | path

Searched refs:hasAnnotation (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DAnnotationUtils.kt4 fun <T> Class<T>?.hasAnnotation(annotation: Class<out Annotation>): Boolean = in hasAnnotation() method
DScreenRecordRule.kt107 description.testClass.hasAnnotation(ScreenRecord::class.java) || in <lambda>()
110 description.testClass.hasAnnotation(ScreenRecord::class.java) || in <lambda>()