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.java482 private boolean checkRoutedToBluetoothW(int stream) { in checkRoutedToBluetoothW() method in VolumeDialogControllerImpl
523 changed |= checkRoutedToBluetoothW(showUI ? AudioManager.STREAM_MUSIC : stream); in onVolumeChangedW()
572 checkRoutedToBluetoothW(stream);
1228 changed = checkRoutedToBluetoothW(stream); in onReceive()
1311 changed |= checkRoutedToBluetoothW(AudioManager.STREAM_MUSIC);