Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java142 private static final int MSG_BIOMETRIC_AUTHENTICATED = 40 << MSG_SHIFT; field in CommandQueue
1121 mHandler.obtainMessage(MSG_BIOMETRIC_AUTHENTICATED, args).sendToTarget(); in onBiometricAuthenticated()
1709 mHandler.removeMessages(MSG_BIOMETRIC_AUTHENTICATED); in handleMessage()
1726 case MSG_BIOMETRIC_AUTHENTICATED: { in handleMessage()