Searched refs:VOICE_ACTION_REPLY_NOTIFICATION (Results 1 – 3 of 3) sorted by relevance
24 import static com.android.car.assist.CarVoiceInteractionSession.VOICE_ACTION_REPLY_NOTIFICATION;58 args.putString(KEY_ACTION, VOICE_ACTION_REPLY_NOTIFICATION); in buildAssistantReplyBundle()
286 case CarVoiceInteractionSession.VOICE_ACTION_REPLY_NOTIFICATION: in requestAssistantVoiceAction()323 String action = CarVoiceInteractionSession.VOICE_ACTION_REPLY_NOTIFICATION; in replyMessageNotification()427 case CarVoiceInteractionSession.VOICE_ACTION_REPLY_NOTIFICATION: in handleFallback()
64 public static final String VOICE_ACTION_REPLY_NOTIFICATION = "VOICE_ACTION_REPLY_NOTIFICATION"; field in CarVoiceInteractionSession