Home
last modified time | relevance | path

Searched refs:setShowingLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java689 setShowingLocked(!shouldWaitForProvisioning() in setupLocked()
1284 setShowingLocked(false); in doKeyguardLocked()
1720 setShowingLocked(true); in handleShow()
1829 setShowingLocked(false); in handleStartKeyguardExitAnimation()
1890 setShowingLocked(true); in handleVerifyUnlock()
2059 private void setShowingLocked(boolean showing) { in setShowingLocked() method in KeyguardViewMediator
2060 setShowingLocked(showing, false /* forceCallbacks */); in setShowingLocked()
2063 private void setShowingLocked(boolean showing, boolean forceCallbacks) { in setShowingLocked() method in KeyguardViewMediator