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/
DVolumeDialogControllerImpl.java428 private boolean checkRoutedToBluetoothW(int stream) { in checkRoutedToBluetoothW() method in VolumeDialogControllerImpl
471 changed |= checkRoutedToBluetoothW(showUI ? AudioManager.STREAM_MUSIC : stream); in onVolumeChangedW()
519 checkRoutedToBluetoothW(stream);
1031 changed = checkRoutedToBluetoothW(stream); in onReceive()
1108 changed |= checkRoutedToBluetoothW(AudioManager.STREAM_MUSIC);