Home
last modified time | relevance | path

Searched refs:UnlockScreenRule (Results 1 – 4 of 4) sorted by relevance

/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
DOpenAppsFromHome.java24 import android.platform.test.rule.UnlockScreenRule;
51 @ClassRule public static UnlockScreenRule unlockScreenRule = new UnlockScreenRule();
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DTransitionRunnerWithRules.kt21 import android.platform.test.rule.UnlockScreenRule
52 return RuleChain.outerRule(UnlockScreenRule()) in buildDefaultSetupRules()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DUnlockScreenRule.java26 public class UnlockScreenRule extends TestWatcher { class
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java85 private static class TestableUnlockScreenRule extends UnlockScreenRule {