Searched defs:checkRoutedToBluetoothW (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java274 private boolean checkRoutedToBluetoothW(int stream) { method in class:VolumeDialogController
298 changed |= checkRoutedToBluetoothW(showUI ? AudioManager.STREAM_MUSIC : stream);
345 checkRoutedToBluetoothW(stream);
799 changed = checkRoutedToBluetoothW(stream);
875 changed |= checkRoutedToBluetoothW(AudioManager.STREAM_MUSIC);

Completed in 28 milliseconds