Home
last modified time | relevance | path

Searched defs:ignoreLimit (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DLimitDevicesRule.kt59 @Retention(RUNTIME) @Target(FUNCTION, CLASS) annotation class IgnoreLimit(val ignoreLimit: Boolean) constant in android.platform.test.rule.IgnoreLimit
138 private fun Description.ignoreLimit(): Boolean = in allowedDevices() method in android.platform.test.rule.LimitDevicesRule