HomeSort by relevance Sort by last modified time
    Searched refs:setTrust (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/bluetooth/
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) {
268 if (setTrust) {
269 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
597 setTrust(val);
    [all...]
BluetoothDevice.java 780 public boolean setTrust(boolean value) {
782 return sService.setTrust(mAddress, value);
    [all...]
IBluetooth.aidl 84 boolean setTrust(in String address, in boolean value);
  /frameworks/base/core/java/android/server/
BluetoothBondState.java 152 boolean setTrust = false;
153 if (mPairingRequestRcvd.contains(address)) setTrust = true;
155 mService.addProfileState(address, setTrust);
BluetoothService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java 285 remoteDevice.setTrust(true);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 266 boolean result = mRemoteDevice.setTrust(true);
267 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result);

Completed in 1146 milliseconds