Searched refs:RESULT_FAILED (Results 1 – 2 of 2) sorted by relevance
94 String RESULT_FAILED = "FAILED"; field99 @StringDef({RESULT_FAILED, RESULT_FAILED_WITH_ERROR_HANDLED, RESULT_SUCCESS})304 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAssistantVoiceAction()317 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAssistantVoiceAction()363 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAction()391 String resultState = ActionRequestCallback.RESULT_FAILED; in fireAssistantAction()421 final String fallbackActionResult = hasError ? ActionRequestCallback.RESULT_FAILED in handleFallback()434 ActionRequestCallback.RESULT_FAILED) in handleFallback()462 callback.onResult(ActionRequestCallback.RESULT_FAILED); in handleFallback()
197 if (CarAssistUtils.ActionRequestCallback.RESULT_FAILED.equals(resultState)) {230 if (CarAssistUtils.ActionRequestCallback.RESULT_FAILED.equals(resultState)) {