Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DLimitDevicesRule.kt34 annotation class AllowedDevices(vararg val allowed: DeviceProduct) class
118 getMostSpecificAnnotation<AllowedDevices>()?.allowed, in allowedDevices()
131 getMostSpecificAnnotation<AllowedDevices>(), in allowedDevices()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DLimitDevicesRuleTest.kt121 @AllowedDevices(CF_PHONE) private class AllowedOnPhonesOnly
125 @AllowedDevices(CF_PHONE, CF_TABLET) private class AllowedOnPhonesAndTablets