Searched refs:shouldWaitForProvisioning (Results 1 – 1 of 1) sorted by relevance
459 if (shouldWaitForProvisioning()) {718 setShowingLocked(!shouldWaitForProvisioning() in setupLocked()1033 } else if (mSystemReady && shouldWaitForProvisioning()) { in maybeSendUserPresentBroadcast()1137 if (shouldWaitForProvisioning()) { in verifyUnlock()1316 if (!lockedOrMissing && shouldWaitForProvisioning()) { in doKeyguardLocked()1346 private boolean shouldWaitForProvisioning() { in shouldWaitForProvisioning() method in KeyguardViewMediator