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