Searched refs:isKeyguardGoingAway (Results 1 – 7 of 7) sorted by relevance
26 boolean isKeyguardGoingAway(); in isKeyguardGoingAway() method
146 public boolean isKeyguardGoingAway() { in isKeyguardGoingAway() method in KeyguardMonitorImpl
60 public boolean isKeyguardGoingAway() { in isKeyguardGoingAway() method in FakeKeyguardMonitor
90 if (mKeyguardMonitor.isKeyguardGoingAway() && !forced) { in appTransitionPending()107 if (mKeyguardMonitor.isKeyguardGoingAway() && !forced) { in appTransitionStarting()
113 boolean isKeyguardGoingAway() { in isKeyguardGoingAway() method in KeyguardController
5335 && mStackSupervisor.getKeyguardController().isKeyguardGoingAway()) { in shouldSleepActivities()
617 doReturn(keyguardGoingAway).when(keyguardController).isKeyguardGoingAway(); in verifyShouldSleepActivities()