Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DLimitDevicesRule.kt140 testClass?.getClassAnnotation<IgnoreLimit>()?.ignoreLimit == true in allowedDevices()
146 return testClass?.getClassAnnotation<T>() in allowedDevices()
149 private inline fun <reified T : Annotation> Class<*>.getClassAnnotation() = in getClassAnnotation() method in android.platform.test.rule.LimitDevicesRule