Home
last modified time | relevance | path

Searched defs:reportType (Results 1 – 25 of 25) sorted by relevance

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/
DRegistryValidator.java228 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/
DReportUtil.java109 String reportType) { in logReportingFailure()
132 String reportType) { in logReportingFailure()
DReportingStatus.java164 public void setReportType(ReportType reportType) { in setReportType()
169 public void setReportType(String reportType) { in setReportType()
DEventReportingJobHandler.java90 ReportingStatus.ReportType reportType, in EventReportingJobHandler()
DAggregateReportingJobHandler.java110 ReportingStatus.ReportType reportType, in AggregateReportingJobHandler()
DAggregateDebugReportApi.java636 DebugReportApi.Type reportType) { in getFirstMatchingAggregateReportData()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java91 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()
DHidHostServiceBinder.java185 byte reportType, in getReport()
198 BluetoothDevice device, byte reportType, String report, AttributionSource source) { in setReport()
DHidDeviceNativeInterface.java187 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
DHidHostService.java905 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport()
922 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
DHidDeviceService.java626 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidHost.aidl54 …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/
DAggregateDebugReportData.java81 public Builder(Set<String> reportType, BigInteger keyPiece, int value) { in Builder()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidHost.java700 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/
DE2EAbstractTest.java458 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/
DUsageStatistics.java95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/cobalt/
DMeasurementCobaltLogger.java212 int reportType, in logReportingStatusWithAppName()
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/registry/
DRegistryMergerTest.java357 private ReportDefinition makeReport(int reportId, ReportType reportType) { in makeReport()
DRegistryValidatorTest.java1211 ReportType reportType, PrivacyMechanism privacyMechanism) { in getReportDefinition()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp409 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/
DScanController.java715 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()
DScanNativeInterface.java370 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/
DScanControllerTest.java272 int reportType = in onBatchScanReportsInternal_deliverBatchScan() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc2013 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/
DIMeasurementDao.java842 int incrementAndGetReportingRetryCount(String id, DataType reportType) in incrementAndGetReportingRetryCount()