Home
last modified time | relevance | path

Searched refs:setTrust (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothDeviceProfileState.java138 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
154 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
171 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
198 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
223 BluetoothService service, BluetoothA2dpService a2dpService, boolean setTrust) { in BluetoothDeviceProfileState() argument
266 if (setTrust) { in BluetoothDeviceProfileState()
267 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES); in BluetoothDeviceProfileState()
575 setTrust(val); in processMessage()
786 setTrust(val); in processMessage()
958 setTrust(val); in processMessage()
[all …]
DBluetoothDevice.java764 public boolean setTrust(boolean value) { in setTrust() method in BluetoothDevice
766 return sService.setTrust(mAddress, value); in setTrust()
DIBluetooth.aidl83 boolean setTrust(in String address, in boolean value); in setTrust() method
/frameworks/base/core/java/android/server/
DBluetoothBondState.java152 boolean setTrust = false; in setBondState()
153 if (mPairingRequestRcvd.contains(address)) setTrust = true; in setBondState()
155 mService.addProfileState(address, setTrust); in setBondState()
DBluetoothService.java1111 setTrust(address, false); in removeBondInternal()
1160 public synchronized boolean setTrust(String address, boolean value) { in setTrust() method in BluetoothService
2373 BluetoothDeviceProfileState addProfileState(String address, boolean setTrust) { in addProfileState() argument
2377 state = new BluetoothDeviceProfileState(mContext, address, this, mA2dpService, setTrust); in addProfileState()