Searched refs:routedToBluetooth (Results 1 – 3 of 3) sorted by relevance
79 public boolean routedToBluetooth; field in VolumeDialogController.StreamState91 rt.routedToBluetooth = routedToBluetooth; in copy()
465 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);
1666 } else if (ss.routedToBluetooth) { in updateVolumeRowH()