OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTrustState
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
753
public boolean
getTrustState
() {
755
return sService.
getTrustState
(mAddress);
[
all
...]
IBluetooth.aidl
84
boolean
getTrustState
(in String address);
/packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java
490
boolean trust = remoteDevice.
getTrustState
();
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
526
boolean trust = mRemoteDevice.
getTrustState
();
527
if (VERBOSE) Log.v(TAG, "
GetTrustState
() = " + trust);
/frameworks/base/core/java/android/server/
BluetoothService.java
[
all
...]
Completed in 84 milliseconds