Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java95 public boolean routedToBluetooth; field in VolumeDialogController.StreamState
107 rt.routedToBluetooth = routedToBluetooth; in copy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java488 final boolean routedToBluetooth = in checkRoutedToBluetoothW()
494 changed |= updateStreamRoutedToBluetoothW(stream, routedToBluetooth); in checkRoutedToBluetoothW()
496 final boolean routedToBluetooth = in checkRoutedToBluetoothW()
499 changed |= updateStreamRoutedToBluetoothW(stream, routedToBluetooth); in checkRoutedToBluetoothW()
582 private boolean updateStreamRoutedToBluetoothW(int stream, boolean routedToBluetooth) {
584 if (ss.routedToBluetooth == routedToBluetooth) return false;
585 ss.routedToBluetooth = routedToBluetooth;
587 + " routedToBluetooth=" + routedToBluetooth);
DVolumeDialogImpl.java1959 } else if (ss.routedToBluetooth) {