Searched refs:routedToBluetooth (Results 1 – 3 of 3) sorted by relevance
95 public boolean routedToBluetooth; field in VolumeDialogController.StreamState107 rt.routedToBluetooth = routedToBluetooth; in copy()
484 final boolean routedToBluetooth = in checkRoutedToBluetoothW()490 changed |= updateStreamRoutedToBluetoothW(stream, routedToBluetooth); in checkRoutedToBluetoothW()492 final boolean routedToBluetooth = in checkRoutedToBluetoothW()495 changed |= updateStreamRoutedToBluetoothW(stream, routedToBluetooth); in checkRoutedToBluetoothW()577 private boolean updateStreamRoutedToBluetoothW(int stream, boolean routedToBluetooth) {579 if (ss.routedToBluetooth == routedToBluetooth) return false;580 ss.routedToBluetooth = routedToBluetooth;582 + " routedToBluetooth=" + routedToBluetooth);
1932 } else if (ss.routedToBluetooth) {