Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java79 public boolean routedToBluetooth; field in VolumeDialogController.StreamState
91 rt.routedToBluetooth = routedToBluetooth; in copy()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java465 final boolean routedToBluetooth = in checkRoutedToBluetoothW()
470 changed |= updateStreamRoutedToBluetoothW(stream, routedToBluetooth); in checkRoutedToBluetoothW()
552 private boolean updateStreamRoutedToBluetoothW(int stream, boolean routedToBluetooth) {
554 if (ss.routedToBluetooth == routedToBluetooth) return false;
555 ss.routedToBluetooth = routedToBluetooth;
557 + " routedToBluetooth=" + routedToBluetooth);
H A DVolumeDialogImpl.java1666 } else if (ss.routedToBluetooth) { in updateVolumeRowH()