Searched refs:INPUT_PRESET_VOICE_COMMUNICATION (Results 1 – 2 of 2) sorted by relevance
63 public static final int INPUT_PRESET_VOICE_COMMUNICATION = 7; // must match Oboe field in StreamConfiguration253 case INPUT_PRESET_VOICE_COMMUNICATION: in convertInputPresetToText()281 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_COMMUNICATION)) { in convertTextToInputPreset()282 return INPUT_PRESET_VOICE_COMMUNICATION; in convertTextToInputPreset()
296 if (inputPreset == StreamConfiguration.INPUT_PRESET_VOICE_COMMUNICATION) { in testPresetCombo()