Searched refs:DEVICE_OUT_DEFAULT (Results 1 – 3 of 3) sorted by relevance
208 public static final int DEVICE_OUT_DEFAULT = 0x8000; field in AudioSystem224 DEVICE_OUT_DEFAULT);
2333 public static final int DEVICE_OUT_DEFAULT = AudioSystem.DEVICE_OUT_DEFAULT; field in AudioManager
2430 int defaultIndex = (device == AudioSystem.DEVICE_OUT_DEFAULT) ? in readSettings()2494 (getIndex(AudioSystem.DEVICE_OUT_DEFAULT, false /* lastAudible */) + 5)/10, in applyAllVolumes()2495 AudioSystem.DEVICE_OUT_DEFAULT); in applyAllVolumes()2502 if (device != AudioSystem.DEVICE_OUT_DEFAULT) { in applyAllVolumes()2561 index = indexes.get(AudioSystem.DEVICE_OUT_DEFAULT); in getIndex()