Searched refs:TestableUnlockScreenRule (Results 1 – 1 of 1) sorted by relevance
43 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 UnlockScreenRuleTest93 public TestableUnlockScreenRule(boolean isScreenOn, boolean isUnlocked) { in TestableUnlockScreenRule() method in UnlockScreenRuleTest.TestableUnlockScreenRule