Searched refs:MSG_FINGERPRINT_ERROR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/
H A DFingerprintDialogImpl.java41 protected static final int MSG_FINGERPRINT_ERROR = 4; field in class:FingerprintDialogImpl
67 case MSG_FINGERPRINT_ERROR:
103 mHandler.removeMessages(MSG_FINGERPRINT_ERROR);
127 mHandler.obtainMessage(MSG_FINGERPRINT_ERROR, error).sendToTarget();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java91 private static final int MSG_FINGERPRINT_ERROR = 42 << MSG_SHIFT; field in class:CommandQueue
543 mHandler.obtainMessage(MSG_FINGERPRINT_ERROR, error).sendToTarget();
756 mHandler.removeMessages(MSG_FINGERPRINT_ERROR);
775 case MSG_FINGERPRINT_ERROR:

Completed in 1615 milliseconds