Searched refs:KEY_FALLBACK_ASSISTANT_ENABLED (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.car.assist.CarVoiceInteractionSession.KEY_FALLBACK_ASSISTANT_ENABLED;75 args.putBoolean(KEY_FALLBACK_ASSISTANT_ENABLED, fallbackAssistantEnabled); in buildAssistantHandleExceptionBundle()
49 public static final String KEY_FALLBACK_ASSISTANT_ENABLED = "KEY_FALLBACK_ASSISTANT_ENABLED"; field in CarVoiceInteractionSession