Searched refs:BluetoothProfileToggleState (Results 1 – 1 of 1) sorted by relevance
264 BluetoothProfileToggleState phoneState = getBluetoothProfileToggleState(device, in createPhoneButton()274 BluetoothProfileToggleState mediaState = getBluetoothProfileToggleState(device, in createMediaButton()308 private BluetoothProfileToggleState getBluetoothProfileToggleState(CachedBluetoothDevice device, in getBluetoothProfileToggleState()312 return new BluetoothProfileToggleState(false, false, false); in getBluetoothProfileToggleState()314 return new BluetoothProfileToggleState(true, !device.isBusy(), in getBluetoothProfileToggleState()318 private static class BluetoothProfileToggleState { class in PairedBluetoothDevices323 BluetoothProfileToggleState(boolean isAvailable, boolean isEnabled, boolean isChecked) { in BluetoothProfileToggleState() method in PairedBluetoothDevices.BluetoothProfileToggleState