Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java211 private static final int MSG_BIOMETRIC_AUTHENTICATION_CONTINUE = 336; field in KeyguardUpdateMonitor
886 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_BIOMETRIC_AUTHENTICATION_CONTINUE), in onFingerprintAuthenticated()
2297 case MSG_BIOMETRIC_AUTHENTICATION_CONTINUE: in KeyguardUpdateMonitor()
2555 if (mHandler.hasMessages(MSG_BIOMETRIC_AUTHENTICATION_CONTINUE)) { in updateFingerprintListeningState()
2634 if (mHandler.hasMessages(MSG_BIOMETRIC_AUTHENTICATION_CONTINUE)) { in initiateActiveUnlock()
2679 if (mHandler.hasMessages(MSG_BIOMETRIC_AUTHENTICATION_CONTINUE)) { in requestActiveUnlock()