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.java40 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(false, false); in testScreenOff()
56 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(true, false); in testScreenLocked()
72 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(true, true); in testScreenOn()
85 private static class TestableUnlockScreenRule extends UnlockScreenRule { class in UnlockScreenRuleTest
90 public TestableUnlockScreenRule(boolean isScreenOn, boolean isUnlocked) { in TestableUnlockScreenRule() method in UnlockScreenRuleTest.TestableUnlockScreenRule