Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DAnnotationUtils.kt5 getLowestAncestorClassAnnotation(this, annotation) != null in hasAnnotation()
12 fun <T, V : Annotation> getLowestAncestorClassAnnotation( in hasAnnotation() method
20 ?: getLowestAncestorClassAnnotation(testClass.superclass, annotationClass) in hasAnnotation()
DLimitDevicesRule.kt150 getLowestAncestorClassAnnotation(this, T::class.java) in getClassAnnotation()