Home
last modified time | relevance | path

Searched refs:BIOMETRIC_STATE_CANCELLING (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java163 private static final int BIOMETRIC_STATE_CANCELLING = 2; field in KeyguardUpdateMonitor
1646 if (mFingerprintRunningState == BIOMETRIC_STATE_CANCELLING) { in startListeningForFingerprint()
1668 if (mFaceRunningState == BIOMETRIC_STATE_CANCELLING) { in startListeningForFace()
1718 setFingerprintRunningState(BIOMETRIC_STATE_CANCELLING); in stopListeningForFingerprint()
1721 setFingerprintRunningState(BIOMETRIC_STATE_CANCELLING); in stopListeningForFingerprint()
1732 setFaceRunningState(BIOMETRIC_STATE_CANCELLING); in stopListeningForFace()
1735 setFaceRunningState(BIOMETRIC_STATE_CANCELLING); in stopListeningForFace()