Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothDeviceProfileState.java140 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
156 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
173 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
200 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
225 BluetoothService service, BluetoothA2dpService a2dpService, boolean setTrust) { in BluetoothDeviceProfileState() argument
268 if (setTrust) { in BluetoothDeviceProfileState()
269 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES); in BluetoothDeviceProfileState()
597 setTrust(val); in processMessage()
808 setTrust(val); in processMessage()
980 setTrust(val); in processMessage()
[all …]
DBluetoothDevice.java780 public boolean setTrust(boolean value) { in setTrust() method in BluetoothDevice
782 return sService.setTrust(mAddress, value); in setTrust()
DIBluetooth.aidl84 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.java1162 setTrust(address, false); in removeBondInternal()
1211 public synchronized boolean setTrust(String address, boolean value) { in setTrust() method in BluetoothService
2439 BluetoothDeviceProfileState addProfileState(String address, boolean setTrust) { in addProfileState() argument
2441 new BluetoothDeviceProfileState(mContext, address, this, mA2dpService, setTrust); in addProfileState()