Searched refs:LimitDevicesRule (Results 1 – 3 of 3) sorted by relevance
42 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)
76 class LimitDevicesRule( class166 LimitDevicesRule(thisDevice, isRunningFlakyTests()) in readParamsFromInstrumentation()
60 "src/android/platform/test/rule/LimitDevicesRule.kt",