Home
last modified time | relevance | path

Searched defs:sendReport (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DMeasurementReportSender.java44 public int sendReport(Uri adTechDomain, JSONObject reportJson) in sendReport() method in MeasurementReportSender
55 public int sendReport(Uri adTechDomain, JSONArray reportJsonArray) throws IOException { in sendReport() method in MeasurementReportSender
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DBluetoothHidDeviceBinderTest.java101 public void sendReport() { in sendReport() method in BluetoothHidDeviceBinderTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHidDevice.aidl34 …void sendReport(in BluetoothDevice device, in int id, in byte[] data, in AttributionSource attribu… in sendReport() method
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java227 public void sendReport(final int downstreamType) { in sendReport() method in TetheringMetrics
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java129 public boolean sendReport(int id, byte[] data) { in sendReport() method in HidDeviceNativeInterface
DHidDeviceService.java356 public void sendReport(BluetoothDevice device, int id, byte[] data, in sendReport() method in HidDeviceService.BluetoothHidDeviceBinder
631 synchronized boolean sendReport(BluetoothDevice device, int id, byte[] data) { in sendReport() method in HidDeviceService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java633 public boolean sendReport(BluetoothDevice device, int id, byte[] data) { in sendReport() method in BluetoothHidDevice