Searched refs:aggregateReportObjects (Results 1 – 3 of 3) sorted by relevance
44 List<JSONObject> aggregateReportObjects, in ReportObjects() argument49 mAggregateReportObjects = aggregateReportObjects; in ReportObjects()
584 List<JSONObject> aggregateReportObjects = in processActualAggregateReports() local586 mActualOutput.mAggregateReportObjects.addAll(aggregateReportObjects); in processActualAggregateReports()594 List<JSONObject> aggregateReportObjects = in processActualDebugAggregateReports() local597 mActualOutput.mDebugAggregateReportObjects.addAll(aggregateReportObjects); in processActualDebugAggregateReports()
795 List<JSONObject> aggregateReportObjects) { in sortAggregateReportObjects() argument796 aggregateReportObjects.sort( in sortAggregateReportObjects()1376 List<JSONObject> aggregateReportObjects = new ArrayList<>(); in getExpectedOutput() local1418 aggregateReportObjects.add(obj); in getExpectedOutput()1436 aggregateReportObjects.add(aggregateReportObjectsArray.getJSONObject(i)); in getExpectedOutput()1466 aggregateReportObjects, in getExpectedOutput()