Home
last modified time | relevance | path

Searched defs:allowed (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) constant in android.platform.test.rule.AllowedDevices
44 annotation class ScreenshotTestDevices(vararg val allowed: DeviceProduct = [CF_PHONE, CF_TABLET]) constant in android.platform.test.rule.ScreenshotTestDevices
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsAppInfoHelperImpl.java420 int allowed = 0; in numAppsAllowedAndTotal() local