Searched refs:routedToBluetooth (Results 1 – 3 of 3) sorted by relevance
79 public boolean routedToBluetooth; field in VolumeDialogController.StreamState91 rt.routedToBluetooth = routedToBluetooth; in copy()
430 final boolean routedToBluetooth = in checkRoutedToBluetoothW()435 changed |= updateStreamRoutedToBluetoothW(stream, routedToBluetooth); in checkRoutedToBluetoothW()527 private boolean updateStreamRoutedToBluetoothW(int stream, boolean routedToBluetooth) {529 if (ss.routedToBluetooth == routedToBluetooth) return false;530 ss.routedToBluetooth = routedToBluetooth;532 + " routedToBluetooth=" + routedToBluetooth);
1024 : ss.routedToBluetooth ? in updateVolumeRowH()