Searched refs:isKeyguardGoingAway (Results 1 – 11 of 11) sorted by relevance
25 boolean isKeyguardGoingAway(); in isKeyguardGoingAway() method
146 public boolean isKeyguardGoingAway() { in isKeyguardGoingAway() method in KeyguardMonitorImpl
60 public boolean isKeyguardGoingAway() { in isKeyguardGoingAway() method in FakeKeyguardMonitor
104 if (mDisplayId != displayId || mKeyguardMonitor.isKeyguardGoingAway() && !forced) { in appTransitionPending()126 if (mDisplayId != displayId || mKeyguardMonitor.isKeyguardGoingAway() && !forced) { in appTransitionStarting()
381 || mKeyguardMonitor.isKeyguardGoingAway()) in shouldBeVisible()
514 || mKeyguardMonitor.isKeyguardGoingAway()) && !mSimLocked) { in getState()
95 return (mUnlockMethodCache.canSkipBouncer() || mKeyguardMonitor.isKeyguardGoingAway() in isDynamicallyUnlocked()
129 boolean isKeyguardGoingAway() { in isKeyguardGoingAway() method in KeyguardController
5777 && mStackSupervisor.getKeyguardController().isKeyguardGoingAway()) { in shouldSleepActivities()
1122 doReturn(keyguardGoingAway).when(keyguardController).isKeyguardGoingAway(); in verifyShouldSleepActivities()
16269 HSPLcom/android/server/wm/KeyguardController;->isKeyguardGoingAway()Z