Searched refs:CarVoiceInteractionSession (Results 1 – 5 of 5) sorted by relevance
18 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;
22 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()
34 public abstract class CarVoiceInteractionSession extends VoiceInteractionSession { class88 public CarVoiceInteractionSession(Context context) { in CarVoiceInteractionSession() method in CarVoiceInteractionSession93 public CarVoiceInteractionSession(Context context, Handler handler) { in CarVoiceInteractionSession() method in CarVoiceInteractionSession
33 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()
35 import com.android.car.assist.CarVoiceInteractionSession;215 CarVoiceInteractionSession.VOICE_ACTION_READ_NOTIFICATION,