/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
D | BluetoothHidDeviceBinderTest.java | 111 public void sendReport() { in sendReport() method in BluetoothHidDeviceBinderTest 114 mBinder.sendReport(mTestDevice, id, data, mAttributionSource); in sendReport() 115 verify(mService).sendReport(mTestDevice, id, data); in sendReport()
|
D | HidDeviceTest.java | 324 doReturn(true).when(mHidDeviceNativeInterface).sendReport(anyInt(), any(byte[].class)); in testSendReport() 328 mHidDeviceService.sendReport(mTestDevice, SAMPLE_REPORT_ID, SAMPLE_HID_REPORT)); in testSendReport() 353 mHidDeviceService.sendReport(mTestDevice, SAMPLE_REPORT_ID, SAMPLE_HID_REPORT)); in testSendReport() 356 .sendReport(eq((int) SAMPLE_REPORT_ID), eq(SAMPLE_HID_REPORT)); in testSendReport()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | MeasurementReportSender.java | 49 public int sendReport(Uri adTechDomain, JSONObject reportJson) in sendReport() method in MeasurementReportSender 60 public int sendReport(Uri adTechDomain, JSONArray reportJsonArray) throws IOException { in sendReport() method in MeasurementReportSender
|
D | DebugReportingJobHandler.java | 240 return debugReportSender.sendReport(adTechDomain, debugReportPayload); in makeHttpPostRequest()
|
D | EventReportingJobHandler.java | 370 return eventReportSender.sendReport(adTechDomain, eventReportPayload); in makeHttpPostRequest()
|
D | AggregateReportingJobHandler.java | 413 return aggregateReportSender.sendReport(adTechDomain, aggregateReportBody); in makeHttpPostRequest()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 361 public boolean sendReport( in sendReport() method in HidDeviceService.BluetoothHidDeviceBinder 370 return service.sendReport(device, id, data); in sendReport() 582 synchronized boolean sendReport(BluetoothDevice device, int id, byte[] data) { in sendReport() method in HidDeviceService 587 && mHidDeviceNativeInterface.sendReport(id, data); in sendReport()
|
D | HidDeviceNativeInterface.java | 127 public boolean sendReport(int id, byte[] data) { in sendReport() method in HidDeviceNativeInterface
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | DebugReportSenderTest.java | 56 int responseCode = spyDebugReportSender.sendReport(reportingOrigin, eventReportJson); in testSendDebugReport()
|
D | EventReportSenderTest.java | 90 int responseCode = spyEventReportSender.sendReport(reportingOrigin, in testSendEventReport()
|
D | AggregateReportSenderTest.java | 101 int responseCode = spyAggregateReportSender.sendReport(reportingOrigin, in testSendAggregateReport()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHidDevice.aidl | 32 …boolean sendReport(in BluetoothDevice device, in int id, in byte[] data, in AttributionSource attr… in sendReport() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidDevice.java | 631 public boolean sendReport(BluetoothDevice device, int id, byte[] data) { in sendReport() method in BluetoothHidDevice 638 return service.sendReport(device, id, data, mAttributionSource); in sendReport()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/ |
D | TetheringMetrics.java | 227 public void sendReport(final int downstreamType) { in sendReport() method in TetheringMetrics
|
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 406 verify(mTetheringMetrics).sendReport(eq(TETHERING_BLUETOOTH)); in canUnrequestTethering() 623 verify(mTetheringMetrics).sendReport(eq(TETHERING_USB)); in usbShouldBeTornDownOnTetherError() 644 verify(mTetheringMetrics).sendReport(eq(TETHERING_USB)); in shouldTearDownUsbOnUpstreamError()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/metrics/ |
D | TetheringMetricsTest.java | 134 mTetheringMetrics.sendReport(downstream); in updateErrorAndSendReport()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 2039 verify(mTetheringMetrics, times(2)).sendReport(eq(TETHERING_WIFI)); in failureEnablingIpForwarding() 3485 verify(mTetheringMetrics).sendReport(eq(TETHERING_NCM)); in testUsbFunctionConfigurationChange() 3498 verify(mTetheringMetrics, times(2)).sendReport(eq(TETHERING_NCM)); in testUsbFunctionConfigurationChange()
|
/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | IpServer.java | 1234 mTetheringMetrics.sendReport(mInterfaceType); in exit()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 746 mTetheringMetrics.sendReport(type); in sendTetherResult()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1987 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->sendReport(Landroid/bluetooth/BluetoothDevice;I… 2014 Landroid/bluetooth/IBluetoothHidDevice;->sendReport(Landroid/bluetooth/BluetoothDevice;I[B)Z
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 874 …rmission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean sendReport(android.bluetoot…
|