Home
last modified time | relevance | path

Searched refs:aggregateReportObjects (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/actions/
DReportObjects.java44 List<JSONObject> aggregateReportObjects, in ReportObjects() argument
49 mAggregateReportObjects = aggregateReportObjects; in ReportObjects()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2EMockTest.java584 List<JSONObject> aggregateReportObjects = in processActualAggregateReports() local
586 mActualOutput.mAggregateReportObjects.addAll(aggregateReportObjects); in processActualAggregateReports()
594 List<JSONObject> aggregateReportObjects = in processActualDebugAggregateReports() local
597 mActualOutput.mDebugAggregateReportObjects.addAll(aggregateReportObjects); in processActualDebugAggregateReports()
DE2ETest.java795 List<JSONObject> aggregateReportObjects) { in sortAggregateReportObjects() argument
796 aggregateReportObjects.sort( in sortAggregateReportObjects()
1376 List<JSONObject> aggregateReportObjects = new ArrayList<>(); in getExpectedOutput() local
1418 aggregateReportObjects.add(obj); in getExpectedOutput()
1436 aggregateReportObjects.add(aggregateReportObjectsArray.getJSONObject(i)); in getExpectedOutput()
1466 aggregateReportObjects, in getExpectedOutput()