Searched refs:getClassAnnotation (Results 1 – 1 of 1) sorted by relevance
140 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