Searched refs:INPUT_PRESET_VOICE_RECOGNITION (Results 1 – 3 of 3) sorted by relevance
62 public static final int INPUT_PRESET_VOICE_RECOGNITION = 6; // must match Oboe field in StreamConfiguration102 mInputPreset = INPUT_PRESET_VOICE_RECOGNITION; in reset()251 case INPUT_PRESET_VOICE_RECOGNITION: in convertInputPresetToText()279 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_RECOGNITION)) { in convertTextToInputPreset()280 return INPUT_PRESET_VOICE_RECOGNITION; in convertTextToInputPreset()
148 StreamConfiguration.INPUT_PRESET_VOICE_RECOGNITION); in configureStreamsFromBundle()
346 requestedInConfig.setInputPreset(StreamConfiguration.INPUT_PRESET_VOICE_RECOGNITION); in testInputDeviceCombo()