Searched refs:MSG_BIOMETRIC_ERROR (Results 1 – 2 of 2) sorted by relevance
50 private static final int MSG_BIOMETRIC_ERROR = 4; field in BiometricDialogImpl86 case MSG_BIOMETRIC_ERROR:170 mHandler.removeMessages(MSG_BIOMETRIC_ERROR); in showBiometricDialog()205 mHandler.obtainMessage(MSG_BIOMETRIC_ERROR, error).sendToTarget(); in onBiometricError()
113 private static final int MSG_BIOMETRIC_ERROR = 42 << MSG_SHIFT; field in CommandQueue777 mHandler.obtainMessage(MSG_BIOMETRIC_ERROR, error).sendToTarget(); in onBiometricError()1029 mHandler.removeMessages(MSG_BIOMETRIC_ERROR); in handleMessage()1059 case MSG_BIOMETRIC_ERROR: in handleMessage()