Searched refs:mFpm (Results 1 – 1 of 1) sorted by relevance
367 private final FingerprintManager mFpm; field in KeyguardUpdateMonitor2197 mFpm = fingerprintManager; in KeyguardUpdateMonitor()2393 if (mFpm != null) { in start()2394 mFpm.addAuthenticatorsRegisteredCallback( in start()2405 mFpm.addLockoutResetCallback(mFingerprintLockoutResetCallback); in start()2484 return mFpm != null && !mFingerprintSensorProperties.isEmpty(); in isFingerprintSupported()2946 mFpm.detectFingerprint( in startListeningForFingerprint()2953 mFpm.authenticate(null /* crypto */, mFingerprintCancelSignal, in startListeningForFingerprint()3141 handleFingerprintLockoutReset(mFpm.getLockoutModeForUser( in handleUserSwitchComplete()4041 } else if (mFpm != null && mFingerprintSensorProperties.isEmpty()) { in dump()[all …]