Home
last modified time | relevance | path

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

/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DCarAssistUtils.java78 public interface ActionRequestCallback { interface in CarAssistUtils
301 ActionRequestCallback callback) { in requestAssistantVoiceAction()
304 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAssistantVoiceAction()
317 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAssistantVoiceAction()
331 ActionRequestCallback callback) { in readMessageNotification()
347 ActionRequestCallback callback) { in replyMessageNotification()
355 ActionRequestCallback callback) { in requestAction()
363 callback.onResult(ActionRequestCallback.RESULT_FAILED); in requestAction()
387 ActionRequestCallback callback) { in fireAssistantAction()
391 String resultState = ActionRequestCallback.RESULT_FAILED; in fireAssistantAction()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java196 CarAssistUtils.ActionRequestCallback requestCallback = resultState -> {
197 if (CarAssistUtils.ActionRequestCallback.RESULT_FAILED.equals(resultState)) {
229 CarAssistUtils.ActionRequestCallback requestCallback = resultState -> {
230 if (CarAssistUtils.ActionRequestCallback.RESULT_FAILED.equals(resultState)) {
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/
DShadowCarAssistUtils.java42 CarAssistUtils.ActionRequestCallback callback) { in requestAssistantVoiceAction()