Searched refs:convertInputPresetToText (Results 1 – 4 of 4) sorted by relevance
224 convertInputPresetToText(mInputPreset).toLowerCase())); in dump()245 public static String convertInputPresetToText(int inputPreset) { in convertInputPresetToText() method in StreamConfiguration265 return convertInputPresetToText(preset).toLowerCase().equals(text); in matchInputPreset()
175 … text += ", inPre = " + StreamConfiguration.convertInputPresetToText(config.getInputPreset()); in getConfigText()292 + StreamConfiguration.convertInputPresetToText(inputPreset) in testPresetCombo()
147 String defaultText = StreamConfiguration.convertInputPresetToText( in configureStreamsFromBundle()
405 mActualInputPresetView.setText(StreamConfiguration.convertInputPresetToText(value)); in updateDisplay()