Searched refs:matchInputPreset (Results 1 – 1 of 1) sorted by relevance
264 private static boolean matchInputPreset(String text, int preset) { in matchInputPreset() method in StreamConfiguration275 if (matchInputPreset(text, INPUT_PRESET_GENERIC)) { in convertTextToInputPreset()277 } else if (matchInputPreset(text, INPUT_PRESET_CAMCORDER)) { in convertTextToInputPreset()279 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_RECOGNITION)) { in convertTextToInputPreset()281 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_COMMUNICATION)) { in convertTextToInputPreset()283 } else if (matchInputPreset(text, INPUT_PRESET_UNPROCESSED)) { in convertTextToInputPreset()285 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_PERFORMANCE)) { in convertTextToInputPreset()