Searched refs:debugReportObjects (Results 1 – 3 of 3) sorted by relevance
47 List<JSONObject> debugReportObjects) { in ReportObjects() argument52 mDebugReportObjects = debugReportObjects; in ReportObjects()
1379 List<JSONObject> debugReportObjects = new ArrayList<>(); in getExpectedOutput() local1403 debugReportObjects.add(obj); in getExpectedOutput()1460 debugReportObjects.add(debugReportObjectsArray.getJSONObject(i)); in getExpectedOutput()1469 debugReportObjects); in getExpectedOutput()
545 List<JSONObject> debugReportObjects = getActualDebugReportObjects( in processActualDebugReports() local547 mActualOutput.mDebugReportObjects.addAll(debugReportObjects); in processActualDebugReports()