Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogImpl.java50 private static final int MSG_BIOMETRIC_ERROR = 4; field in BiometricDialogImpl
86 case MSG_BIOMETRIC_ERROR:
170 mHandler.removeMessages(MSG_BIOMETRIC_ERROR); in showBiometricDialog()
205 mHandler.obtainMessage(MSG_BIOMETRIC_ERROR, error).sendToTarget(); in onBiometricError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java113 private static final int MSG_BIOMETRIC_ERROR = 42 << MSG_SHIFT; field in CommandQueue
777 mHandler.obtainMessage(MSG_BIOMETRIC_ERROR, error).sendToTarget(); in onBiometricError()
1029 mHandler.removeMessages(MSG_BIOMETRIC_ERROR); in handleMessage()
1059 case MSG_BIOMETRIC_ERROR: in handleMessage()