Searched refs:onInterruptData (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHidDevice.java | 320 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData() method in BluetoothHidDevice.Callback 374 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData() method in BluetoothHidDevice.CallbackWrapper 376 mExecutor.execute(() -> mCallback.onInterruptData(device, reportId, data)); in onInterruptData()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 10517 Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onInterruptData(Landroid/bluetooth/Bluetoot… 11839 Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onInterruptData(Landroid/bluetooth/Blue… 11855 Landroid/bluetooth/IBluetoothHidDeviceCallback;->onInterruptData(Landroid/bluetooth/BluetoothDevice…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 8712 method public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);
|
/frameworks/base/api/ |
D | current.txt | 8712 method public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);
|