Home
last modified time | relevance | path

Searched refs:isBondingInitiatedLocally (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java561 void setBondingInitiatedLocally(boolean isBondingInitiatedLocally) { in setBondingInitiatedLocally() argument
563 this.mIsBondingInitiatedLocally = isBondingInitiatedLocally; in setBondingInitiatedLocally()
570 boolean isBondingInitiatedLocally() { in isBondingInitiatedLocally() method in RemoteDevices.DeviceProperties
DAdapterService.java2756 public boolean isBondingInitiatedLocally( in isBondingInitiatedLocally() method in AdapterService.AdapterServiceBinder
2769 return deviceProp != null && deviceProp.isBondingInitiatedLocally(); in isBondingInitiatedLocally()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl107 …boolean isBondingInitiatedLocally(in BluetoothDevice device, in AttributionSource attributionSourc… in isBondingInitiatedLocally() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1941 public boolean isBondingInitiatedLocally() { in isBondingInitiatedLocally() method in BluetoothDevice
1949 return service.isBondingInitiatedLocally(this, mAttributionSource); in isBondingInitiatedLocally()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1127 Landroid/bluetooth/IBluetooth$Stub$Proxy;->isBondingInitiatedLocally(Landroid/bluetooth/BluetoothDe…
1259 Landroid/bluetooth/IBluetooth;->isBondingInitiatedLocally(Landroid/bluetooth/BluetoothDevice;)Z
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt205 …rmission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isBondingInitiatedLocally();