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