OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
403
boolean trust = mRemoteDevice.
getTrustState
();
404
if (DEBUG) Log.d(TAG, "
GetTrustState
() = " + trust);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
579
boolean trust = mRemoteDevice.
getTrustState
();
580
if (VERBOSE) Log.v(TAG, "
GetTrustState
() = " + trust);
Completed in 102 milliseconds