Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DLimitDevicesRule.kt53 annotation class FlakyDevices(vararg val flaky: DeviceProduct) class
127 listOf(getMostSpecificAnnotation<FlakyDevices>()?.flaky).collectProducts() in allowedDevices()
134 getMostSpecificAnnotation<FlakyDevices>() in allowedDevices()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DLimitDevicesRuleTest.kt127 @FlakyDevices(CF_PHONE)