Home
last modified time | relevance | path

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

/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
DCloseAppsToHome.java24 import android.platform.test.rule.UnlockScreenRule;
47 @ClassRule public static UnlockScreenRule unlockScreenRule = new UnlockScreenRule();
DOpenAppsFromHome.java24 import android.platform.test.rule.UnlockScreenRule;
51 @ClassRule public static UnlockScreenRule unlockScreenRule = new UnlockScreenRule();
/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/runner/
DTransitionRunner.kt22 import android.platform.test.rule.UnlockScreenRule
80 .around(UnlockScreenRule()) in buildTestRuleChain()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DUnlockScreenRule.java34 public class UnlockScreenRule extends TestWatcher { class
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java88 private static class TestableUnlockScreenRule extends UnlockScreenRule {