Home
last modified time | relevance | path

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

/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java94 String RESULT_FAILED = "FAILED"; field
99 @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()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java197 if (CarAssistUtils.ActionRequestCallback.RESULT_FAILED.equals(resultState)) {
230 if (CarAssistUtils.ActionRequestCallback.RESULT_FAILED.equals(resultState)) {