Lines Matching refs:mUpdateMonitor

268     private KeyguardUpdateMonitor mUpdateMonitor;
415 boolean simPinSecure = mUpdateMonitor.isSimPinSecure();
505 notifyTrustedChangedLocked(mUpdateMonitor.getUserHasTrust(userId));
531 mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt();
556 mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt();
603 boolean fingerprint = mUpdateMonitor.isUnlockWithFingerprintPossible(currentUser);
606 mUpdateMonitor.getStrongAuthTracker();
611 } else if (fingerprint && mUpdateMonitor.hasFingerprintUnlockTimedOut(currentUser)) {
649 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(mContext);
715 mUpdateMonitor.registerCallback(mUpdateCallback);
938 mUpdateMonitor.dispatchScreenTurnedOn();
944 mUpdateMonitor.dispatchScreenTurnedOff();
1221 || !mUpdateMonitor.isDeviceProvisioned()) {
1226 mUpdateMonitor.getNextSubIdForState(IccCardConstants.State.ABSENT));
1228 mUpdateMonitor.getNextSubIdForState(IccCardConstants.State.PERM_DISABLED));
1229 final boolean lockedOrMissing = mUpdateMonitor.isSimPinSecure()
1249 mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt();
1263 return !mUpdateMonitor.isDeviceProvisioned() && !isSecure();
1372 notifyTrustedChangedLocked(mUpdateMonitor.getUserHasTrust(newUserId));
1519 mUpdateMonitor.clearFailedUnlockAttempts();
1521 mUpdateMonitor.clearFingerprintRecognized();
1909 mUpdateMonitor.dispatchBootCompleted();
2041 callback.onSimSecureStateChanged(mUpdateMonitor.isSimPinSecure());
2044 callback.onTrustedChanged(mUpdateMonitor.getUserHasTrust(
2046 callback.onHasLockscreenWallpaperChanged(mUpdateMonitor.hasLockscreenWallpaper());