Searched refs:VOICE_INTERACTION_KEY_CLASS (Results 1 – 5 of 5) sorted by relevance
36 ? args.getString(Utils.VOICE_INTERACTION_KEY_CLASS) : null; in onNewSession()
62 ? args.getString(Utils.VOICE_INTERACTION_KEY_CLASS) : null; in maybeStart()
261 intent.putExtra(Utils.VOICE_INTERACTION_KEY_CLASS, in startVoiceInteractionSession()
185 intent.putExtra(Utils.VOICE_INTERACTION_KEY_CLASS, in startVoiceInteractionSession()
235 public static final String VOICE_INTERACTION_KEY_CLASS = "class"; field in Utils