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/
IBluetooth.aidl
66
boolean
getTrustState
(in String address);
BluetoothDevice.java
534
public boolean
getTrustState
() {
536
return sService.
getTrustState
(mAddress);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
517
boolean trust = mRemoteDevice.
getTrustState
();
518
if (VERBOSE) Log.v(TAG, "
GetTrustState
() = " + trust);
/frameworks/base/core/java/android/server/
BluetoothService.java
[
all
...]
Completed in 110 milliseconds