Home
last modified time | relevance | path

Searched defs:reportError (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/staticlibs/testutils/hostdevice/com/android/testutils/
DCleanup.kt91 fun reportError(e: Throwable) { in <lambda>() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceServiceBinderTest.java157 public void reportError() { in reportError() method in HidDeviceServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidDevice.aidl36 …boolean reportError(in BluetoothDevice device, byte error, in AttributionSource attributionSource); in reportError() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceServiceBinder.java170 public boolean reportError(BluetoothDevice device, byte error, AttributionSource source) { in reportError() method in HidDeviceServiceBinder
DHidDeviceNativeInterface.java143 public boolean reportError(byte error) { in reportError() method in HidDeviceNativeInterface
DHidDeviceService.java515 synchronized boolean reportError(BluetoothDevice device, byte error) { in reportError() method in HidDeviceService
/packages/services/Car/service/src/com/android/car/
DCarBugreportManagerService.java358 private void reportError(ICarBugreportCallback callback, int errorCode) { in reportError() method in CarBugreportManagerService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java658 public boolean reportError(BluetoothDevice device, byte error) { in reportError() method in BluetoothHidDevice