Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java478 private boolean checkRoutedToBluetoothW(int stream) { in checkRoutedToBluetoothW() method in VolumeDialogControllerImpl
519 changed |= checkRoutedToBluetoothW(showUI ? AudioManager.STREAM_MUSIC : stream); in onVolumeChangedW()
567 checkRoutedToBluetoothW(stream);
1211 changed = checkRoutedToBluetoothW(stream); in onReceive()
1294 changed |= checkRoutedToBluetoothW(AudioManager.STREAM_MUSIC);