Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DLimitDevicesRule.kt19 import android.platform.test.rule.DeviceProduct.CF_PHONE
20 import android.platform.test.rule.DeviceProduct.CF_TABLET
34 annotation class AllowedDevices(vararg val allowed: DeviceProduct)
39 annotation class DeniedDevices(vararg val denied: DeviceProduct)
44 annotation class ScreenshotTestDevices(vararg val allowed: DeviceProduct = [CF_PHONE, CF_TABLET])
53 annotation class FlakyDevices(vararg val flaky: DeviceProduct)
152 private fun List<Array<out DeviceProduct>?>.collectProducts() = in getClassAnnotation()
173 enum class DeviceProduct(val product: String) { in readParamsFromInstrumentation() class
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DLimitDevicesRuleTest.kt18 import android.platform.test.rule.DeviceProduct.CF_PHONE
19 import android.platform.test.rule.DeviceProduct.CF_TABLET