Searched refs:INPUT_PRESET_GENERIC (Results 1 – 3 of 3) sorted by relevance
60 public static final int INPUT_PRESET_GENERIC = 1; // must match Oboe field in StreamConfiguration247 case INPUT_PRESET_GENERIC: in convertInputPresetToText()275 if (matchInputPreset(text, INPUT_PRESET_GENERIC)) { in convertTextToInputPreset()276 return INPUT_PRESET_GENERIC; in convertTextToInputPreset()
69 StreamConfiguration.INPUT_PRESET_GENERIC,
355 mRequestedConfiguration.setInputPreset(StreamConfiguration.INPUT_PRESET_GENERIC); in onNothingSelected()