Home
last modified time | relevance | path

Searched refs:convertInputPresetToText (Results 1 – 4 of 4) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java224 convertInputPresetToText(mInputPreset).toLowerCase())); in dump()
245 public static String convertInputPresetToText(int inputPreset) { in convertInputPresetToText() method in StreamConfiguration
265 return convertInputPresetToText(preset).toLowerCase().equals(text); in matchInputPreset()
DTestDataPathsActivity.java175 … text += ", inPre = " + StreamConfiguration.convertInputPresetToText(config.getInputPreset()); in getConfigText()
292 + StreamConfiguration.convertInputPresetToText(inputPreset) in testPresetCombo()
DManualGlitchActivity.java147 String defaultText = StreamConfiguration.convertInputPresetToText( in configureStreamsFromBundle()
DStreamConfigurationView.java405 mActualInputPresetView.setText(StreamConfiguration.convertInputPresetToText(value)); in updateDisplay()