Home
last modified time | relevance | path

Searched refs:getRemoteClass (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl123 int getRemoteClass(in BluetoothDevice device, in AttributionSource attributionSource); in getRemoteClass() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2381 int classInt = service.getRemoteClass(this, mAttributionSource); in getBluetoothClass()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1116 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getRemoteClass(Landroid/bluetooth/BluetoothDevice;)I
1248 Landroid/bluetooth/IBluetooth;->getRemoteClass(Landroid/bluetooth/BluetoothDevice;)I
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3058 public int getRemoteClass(BluetoothDevice device, AttributionSource attributionSource) { in getRemoteClass() method in AdapterService.AdapterServiceBinder