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.kt98 val flakyDevices = description.flakyDevices() in apply() constant
99 if (thisDevice in flakyDevices) { in apply()
126 private fun Description.flakyDevices(): List<String> = in allowedDevices() method in android.platform.test.rule.LimitDevicesRule
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DLimitDevicesRuleTest.kt96 fun flakyDevices() { in flakyDevices() method in android.platform.test.rule.LimitDevicesRuleTest