Searched refs:DeviceProduct (Results 1 – 2 of 2) sorted by relevance
19 import android.platform.test.rule.DeviceProduct.CF_PHONE20 import android.platform.test.rule.DeviceProduct.CF_TABLET34 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
18 import android.platform.test.rule.DeviceProduct.CF_PHONE19 import android.platform.test.rule.DeviceProduct.CF_TABLET