Home
last modified time | relevance | path

Searched refs:LimitDevicesRule (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DLimitDevicesRuleTest.kt42 val rule = LimitDevicesRule(thisDevice = CF_PHONE.product) in allowOnPhone_withPhone_succeeds()
51 val rule = LimitDevicesRule(thisDevice = CF_TABLET.product) in allowOnPhone_withTablet_fails()
60 val rule = LimitDevicesRule(thisDevice = CF_TABLET.product) in denyOnPhone_withTablet_succeeds()
69 val rule = LimitDevicesRule(thisDevice = CF_PHONE.product) in denyOnPhone_withPhone_fails()
78 val ruleOnTablet = LimitDevicesRule(thisDevice = CF_TABLET.product) in allowedOnBothPhonesAndTablets_withTabletAndPhone_succeeds()
79 val ruleOnPhone = LimitDevicesRule(thisDevice = CF_PHONE.product) in allowedOnBothPhonesAndTablets_withTabletAndPhone_succeeds()
132 LimitDevicesRule(thisDevice = device.product, runningFlakyTests = isFlakyConfig)
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DLimitDevicesRule.kt76 class LimitDevicesRule( class
166 LimitDevicesRule(thisDevice, isRunningFlakyTests()) in readParamsFromInstrumentation()
/platform_testing/libraries/health/rules/
DAndroid.bp60 "src/android/platform/test/rule/LimitDevicesRule.kt",