Searched refs:UnlockScreenRule (Results 1 – 4 of 4) sorted by relevance
24 import android.platform.test.rule.UnlockScreenRule;51 @ClassRule public static UnlockScreenRule unlockScreenRule = new UnlockScreenRule();
21 import android.platform.test.rule.UnlockScreenRule52 return RuleChain.outerRule(UnlockScreenRule()) in buildDefaultSetupRules()
26 public class UnlockScreenRule extends TestWatcher { class
85 private static class TestableUnlockScreenRule extends UnlockScreenRule {