Searched refs:mUpdateMonitor (Results 1 – 5 of 5) sorted by relevance
91 private KeyguardUpdateMonitor mUpdateMonitor; field in FingerprintUnlockController111 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(context); in FingerprintUnlockController()112 mUpdateMonitor.registerCallback(this); in FingerprintUnlockController()151 if (!mUpdateMonitor.isDeviceInteractive()) { in onFingerprintAcquired()181 if (mUpdateMonitor.isGoingToSleep()) { in onFingerprintAuthenticated()186 boolean wasDeviceInteractive = mUpdateMonitor.isDeviceInteractive(); in onFingerprintAuthenticated()271 boolean unlockingAllowed = mUpdateMonitor.isUnlockingWithFingerprintAllowed(); in calculateMode()272 if (!mUpdateMonitor.isDeviceInteractive()) { in calculateMode()
57 private final KeyguardUpdateMonitor mUpdateMonitor; field in LockscreenWallpaper72 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(ctx); in LockscreenWallpaper()96 mUpdateMonitor.setHasLockscreenWallpaper(result.bitmap != null); in getBitmap()189 mUpdateMonitor.setHasLockscreenWallpaper(result.bitmap != null); in run()
269 private KeyguardUpdateMonitor mUpdateMonitor; field in KeyguardViewMediator421 boolean simPinSecure = mUpdateMonitor.isSimPinSecure();533 notifyTrustedChangedLocked(mUpdateMonitor.getUserHasTrust(userId));561 mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt();592 mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt();633 boolean fingerprint = mUpdateMonitor.isUnlockWithFingerprintPossible(currentUser);636 mUpdateMonitor.getStrongAuthTracker();680 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in setupLocked()750 mUpdateMonitor.registerCallback(mUpdateCallback); in onSystemReady()972 mUpdateMonitor.dispatchScreenTurnedOn(); in onScreenTurnedOn()[all …]
92 private KeyguardUpdateMonitorCallback mUpdateMonitor; field in KeyguardIndicationController156 if (mUpdateMonitor == null) { in getKeyguardCallback()157 mUpdateMonitor = new BaseKeyguardCallback(); in getKeyguardCallback()159 return mUpdateMonitor; in getKeyguardCallback()
52 private final KeyguardUpdateMonitor mUpdateMonitor; field in KeyguardSecurityContainer82 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in KeyguardSecurityContainer()324 if (mUpdateMonitor.getUserCanSkipBouncer(targetUserId)) { in showNextSecurityScreenOrFinish()