Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java452 if (shouldWaitForProvisioning()) {
718 setShowingLocked(!shouldWaitForProvisioning() in setupLocked()
1026 } else if (mSystemReady && shouldWaitForProvisioning()) { in maybeSendUserPresentBroadcast()
1130 if (shouldWaitForProvisioning()) { in verifyUnlock()
1317 if (!lockedOrMissing && shouldWaitForProvisioning()) { in doKeyguardLocked()
1347 private boolean shouldWaitForProvisioning() { in shouldWaitForProvisioning() method in KeyguardViewMediator