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

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 883 public boolean getTrustState() {
887 return sService.getTrustState(this);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 575 boolean trust = remoteDevice.getTrustState();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 388 boolean trust = mRemoteDevice.getTrustState();
389 if (DEBUG) Log.d(TAG, "GetTrustState() = " + trust);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 567 boolean trust = mRemoteDevice.getTrustState();
568 if (VERBOSE) Log.v(TAG, "GetTrustState() = " + trust);

Completed in 581 milliseconds