/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/ |
D | RegistryValidator.java | 228 static boolean validateReportType(MetricType metricType, ReportType reportType) { in validateReportType() 239 ReportType reportType, PrivacyMechanism privacyMechanism) { in validatePrivacyMechanism() 256 ReportType reportType, in validateMinAndMaxValues() 338 ReportType reportType, in validatePoissonFields() 365 ReportType reportType, in validateMaxPrivateIndex()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | ReportUtil.java | 109 String reportType) { in logReportingFailure() 132 String reportType) { in logReportingFailure()
|
D | ReportingStatus.java | 164 public void setReportType(ReportType reportType) { in setReportType() 169 public void setReportType(String reportType) { in setReportType()
|
D | EventReportingJobHandler.java | 90 ReportingStatus.ReportType reportType, in EventReportingJobHandler()
|
D | AggregateReportingJobHandler.java | 110 ReportingStatus.ReportType reportType, in AggregateReportingJobHandler()
|
D | AggregateDebugReportApi.java | 636 DebugReportApi.Type reportType) { in getFirstMatchingAggregateReportData()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 91 byte reportType, in getReport() 98 byte[] address, int addressType, int transport, byte reportType, String report) { in setReport() 201 byte reportType, in getReportNative() 206 byte[] btAddress, int addressType, int transport, byte reportType, String report); in setReportNative()
|
D | HidHostServiceBinder.java | 185 byte reportType, in getReport() 198 BluetoothDevice device, byte reportType, String report, AttributionSource source) { in setReport()
|
D | HidDeviceNativeInterface.java | 187 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
|
D | HidHostService.java | 905 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 922 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
|
D | HidDeviceService.java | 626 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHidHost.aidl | 54 …boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize, in At… in getReport() 56 …boolean setReport(in BluetoothDevice device, byte reportType, String report, in AttributionSource … in setReport()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/ |
D | AggregateDebugReportData.java | 81 public Builder(Set<String> reportType, BigInteger keyPiece, int value) { in Builder()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidHost.java | 700 BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 739 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/ |
D | E2EAbstractTest.java | 458 static String getReportUrl(ReportType reportType, JSONObject obj) { in getReportUrl() 618 private boolean matchReportTimeAndReportTo(ReportType reportType, JSONObject obj1, in matchReportTimeAndReportTo() 674 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualEventReportJsons() 715 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualAggregateReportJsons() 756 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualDebugReportJsons()
|
/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
D | UsageStatistics.java | 95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/cobalt/ |
D | MeasurementCobaltLogger.java | 212 int reportType, in logReportingStatusWithAppName()
|
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/registry/ |
D | RegistryMergerTest.java | 357 private ReportDefinition makeReport(int reportId, ReportType reportType) { in makeReport()
|
D | RegistryValidatorTest.java | 1211 ReportType reportType, PrivacyMechanism privacyMechanism) { in getReportDefinition()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_host.cpp | 409 jint address_type, jint transport, jbyte reportType, jbyte reportId, in getReportNative() 439 jint address_type, jint transport, jbyte reportType, in setReportNative()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | ScanController.java | 715 int status, int scannerId, int reportType, int numRecords, byte[] recordData) in onBatchScanReports() 726 int status, int scannerId, int reportType, int numRecords, byte[] recordData) in onBatchScanReportsInternal() 836 int numRecords, int reportType, byte[] batchRecord) { in parseBatchScanResults()
|
D | ScanNativeInterface.java | 370 int status, int scannerId, int reportType, int numRecords, byte[] recordData) in onBatchScanReports()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/ |
D | ScanControllerTest.java | 272 int reportType = in onBatchScanReportsInternal_deliverBatchScan() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 2013 tBT_TRANSPORT transport, bthh_report_type_t reportType, in get_report() 2085 tBT_TRANSPORT transport, bthh_report_type_t reportType, in set_report()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 842 int incrementAndGetReportingRetryCount(String id, DataType reportType) in incrementAndGetReportingRetryCount()
|