Home
last modified time | relevance | path

Searched refs:CarVoiceInteractionSession (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DBundleBuilder.java18 import static com.android.car.assist.CarVoiceInteractionSession.KEY_ACTION;
19 import static com.android.car.assist.CarVoiceInteractionSession.KEY_EXCEPTION;
20 import static com.android.car.assist.CarVoiceInteractionSession.KEY_FALLBACK_ASSISTANT_ENABLED;
21 import static com.android.car.assist.CarVoiceInteractionSession.KEY_NOTIFICATION;
22 import static com.android.car.assist.CarVoiceInteractionSession.VOICE_ACTION_HANDLE_EXCEPTION;
23 import static com.android.car.assist.CarVoiceInteractionSession.VOICE_ACTION_READ_NOTIFICATION;
24 import static com.android.car.assist.CarVoiceInteractionSession.VOICE_ACTION_REPLY_NOTIFICATION;
29 import com.android.car.assist.CarVoiceInteractionSession.ExceptionValue;
DCarAssistUtils.java22 import static com.android.car.assist.CarVoiceInteractionSession.EXCEPTION_NOTIFICATION_LISTENER_PER…
37 import com.android.car.assist.CarVoiceInteractionSession;
283 case CarVoiceInteractionSession.VOICE_ACTION_READ_NOTIFICATION: in requestAssistantVoiceAction()
286 case CarVoiceInteractionSession.VOICE_ACTION_REPLY_NOTIFICATION: in requestAssistantVoiceAction()
307 String action = CarVoiceInteractionSession.VOICE_ACTION_READ_NOTIFICATION; in readMessageNotification()
323 String action = CarVoiceInteractionSession.VOICE_ACTION_REPLY_NOTIFICATION; in replyMessageNotification()
351 fireAssistantAction(CarVoiceInteractionSession.VOICE_ACTION_HANDLE_EXCEPTION, in requestAction()
399 fireAssistantAction(CarVoiceInteractionSession.VOICE_ACTION_HANDLE_EXCEPTION, in handleFallback()
424 case CarVoiceInteractionSession.VOICE_ACTION_READ_NOTIFICATION: in handleFallback()
427 case CarVoiceInteractionSession.VOICE_ACTION_REPLY_NOTIFICATION: in handleFallback()
/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/
DCarVoiceInteractionSession.java34 public abstract class CarVoiceInteractionSession extends VoiceInteractionSession { class
88 public CarVoiceInteractionSession(Context context) { in CarVoiceInteractionSession() method in CarVoiceInteractionSession
93 public CarVoiceInteractionSession(Context context, Handler handler) { in CarVoiceInteractionSession() method in CarVoiceInteractionSession
/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/
DNotificationPayloadHandler.java33 import com.android.car.assist.CarVoiceInteractionSession;
56 return args.getParcelable(CarVoiceInteractionSession.KEY_NOTIFICATION); in getStatusBarNotification()
67 StatusBarNotification sbn = args.getParcelable(CarVoiceInteractionSession.KEY_NOTIFICATION); in getNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java35 import com.android.car.assist.CarVoiceInteractionSession;
215 CarVoiceInteractionSession.VOICE_ACTION_READ_NOTIFICATION,