Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/actions/
DReportObjects.java47 List<JSONObject> debugReportObjects) { in ReportObjects() argument
52 mDebugReportObjects = debugReportObjects; in ReportObjects()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java1379 List<JSONObject> debugReportObjects = new ArrayList<>(); in getExpectedOutput() local
1403 debugReportObjects.add(obj); in getExpectedOutput()
1460 debugReportObjects.add(debugReportObjectsArray.getJSONObject(i)); in getExpectedOutput()
1469 debugReportObjects); in getExpectedOutput()
DE2EMockTest.java545 List<JSONObject> debugReportObjects = getActualDebugReportObjects( in processActualDebugReports() local
547 mActualOutput.mDebugReportObjects.addAll(debugReportObjects); in processActualDebugReports()