Searched refs:BluetoothProfileToggleState (Results 1 – 1 of 1) sorted by relevance
265 BluetoothProfileToggleState phoneState = getBluetoothProfileToggleState(device, in createPhoneButton()277 BluetoothProfileToggleState mediaState = getBluetoothProfileToggleState(device, in createMediaButton()323 private BluetoothProfileToggleState getBluetoothProfileToggleState(CachedBluetoothDevice device, in getBluetoothProfileToggleState()327 return new BluetoothProfileToggleState(false, false, false, false); in getBluetoothProfileToggleState()333 return new BluetoothProfileToggleState(true, !hasDpmRestrictions && !hasUmRestrictions in getBluetoothProfileToggleState()337 private static class BluetoothProfileToggleState { class in PairedBluetoothDevices343 BluetoothProfileToggleState(boolean isAvailable, boolean isEnabled, in BluetoothProfileToggleState() method in PairedBluetoothDevices.BluetoothProfileToggleState