Searched refs:MSG_BIOMETRIC_AUTHENTICATED (Results 1 – 2 of 2) sorted by relevance
48 private static final int MSG_BIOMETRIC_AUTHENTICATED = 2; field in BiometricDialogImpl73 case MSG_BIOMETRIC_AUTHENTICATED: {172 mHandler.removeMessages(MSG_BIOMETRIC_AUTHENTICATED); in showBiometricDialog()191 mHandler.obtainMessage(MSG_BIOMETRIC_AUTHENTICATED, args).sendToTarget(); in onBiometricAuthenticated()
111 private static final int MSG_BIOMETRIC_AUTHENTICATED = 40 << MSG_SHIFT; field in CommandQueue763 mHandler.obtainMessage(MSG_BIOMETRIC_AUTHENTICATED, args).sendToTarget(); in onBiometricAuthenticated()1031 mHandler.removeMessages(MSG_BIOMETRIC_AUTHENTICATED); in handleMessage()1044 case MSG_BIOMETRIC_AUTHENTICATED: { in handleMessage()