Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java43 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(false, false); in testScreenOff()
59 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(true, false); in testScreenLocked()
75 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(true, true); in testScreenOn()
88 private static class TestableUnlockScreenRule extends UnlockScreenRule { class in UnlockScreenRuleTest
93 public TestableUnlockScreenRule(boolean isScreenOn, boolean isUnlocked) { in TestableUnlockScreenRule() method in UnlockScreenRuleTest.TestableUnlockScreenRule