Searched refs:shouldWaitForProvisioning (Results 1 – 1 of 1) sorted by relevance
452 if (shouldWaitForProvisioning()) {712 setShowingLocked(!shouldWaitForProvisioning() in setupLocked()1028 } else if (mSystemReady && shouldWaitForProvisioning()) { in maybeSendUserPresentBroadcast()1132 if (shouldWaitForProvisioning()) { in verifyUnlock()1311 if (!lockedOrMissing && shouldWaitForProvisioning()) { in doKeyguardLocked()1341 private boolean shouldWaitForProvisioning() { in shouldWaitForProvisioning() method in KeyguardViewMediator