Searched refs:MSG_BIOMETRIC_AUTHENTICATED (Results 1 – 1 of 1) sorted by relevance
142 private static final int MSG_BIOMETRIC_AUTHENTICATED = 40 << MSG_SHIFT; field in CommandQueue1121 mHandler.obtainMessage(MSG_BIOMETRIC_AUTHENTICATED, args).sendToTarget(); in onBiometricAuthenticated()1709 mHandler.removeMessages(MSG_BIOMETRIC_AUTHENTICATED); in handleMessage()1726 case MSG_BIOMETRIC_AUTHENTICATED: { in handleMessage()