Searched refs:setTrust (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothDeviceProfileState.java | 140 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 …]
|
D | BluetoothDevice.java | 780 public boolean setTrust(boolean value) { in setTrust() method in BluetoothDevice 782 return sService.setTrust(mAddress, value); in setTrust()
|
D | IBluetooth.aidl | 84 boolean setTrust(in String address, in boolean value); in setTrust() method
|
/frameworks/base/core/java/android/server/ |
D | BluetoothBondState.java | 152 boolean setTrust = false; in setBondState() 153 if (mPairingRequestRcvd.contains(address)) setTrust = true; in setBondState() 155 mService.addProfileState(address, setTrust); in setBondState()
|
D | BluetoothService.java | 1162 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()
|