Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java144 private static final int MSG_BIOMETRIC_ERROR = 42 << MSG_SHIFT; field in CommandQueue
1142 mHandler.obtainMessage(MSG_BIOMETRIC_ERROR, args).sendToTarget(); in onBiometricError()
1707 mHandler.removeMessages(MSG_BIOMETRIC_ERROR); in handleMessage()
1744 case MSG_BIOMETRIC_ERROR: { in handleMessage()