Home
last modified time | relevance | path

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

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