Searched refs:getMostSpecificAnnotation (Results 1 – 1 of 1) sorted by relevance
118 getMostSpecificAnnotation<AllowedDevices>()?.allowed, in allowedDevices()119 getMostSpecificAnnotation<ScreenshotTestDevices>()?.allowed in allowedDevices()124 listOf(getMostSpecificAnnotation<DeniedDevices>()?.denied).collectProducts() in allowedDevices()127 listOf(getMostSpecificAnnotation<FlakyDevices>()?.flaky).collectProducts() in allowedDevices()131 getMostSpecificAnnotation<AllowedDevices>(), in allowedDevices()132 getMostSpecificAnnotation<DeniedDevices>(), in allowedDevices()133 getMostSpecificAnnotation<ScreenshotTestDevices>(), in allowedDevices()134 getMostSpecificAnnotation<FlakyDevices>() in allowedDevices()142 private inline fun <reified T : Annotation> Description.getMostSpecificAnnotation(): T? { in allowedDevices() method in android.platform.test.rule.LimitDevicesRule