Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java77 public interface ActionRequestCallback { interface in CarAssistUtils
275 ActionRequestCallback callback) { in requestAssistantVoiceAction()
278 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAssistantVoiceAction()
291 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAssistantVoiceAction()
305 ActionRequestCallback callback) { in readMessageNotification()
321 ActionRequestCallback callback) { in replyMessageNotification()
329 ActionRequestCallback callback) { in requestAction()
337 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAction()
361 ActionRequestCallback callback) { in fireAssistantAction()
365 String resultState = ActionRequestCallback.RESULT_FAILED; in fireAssistantAction()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java201 CarAssistUtils.ActionRequestCallback requestCallback = resultState -> {
202 if (CarAssistUtils.ActionRequestCallback.RESULT_FAILED.equals(resultState)) {