Searched refs:reportIndex (Results 1 – 1 of 1) sorted by relevance
76 ExtensionRegistry extensionRegistry, int reportIndex) throws Exception { in getEventMetricDataList() argument78 return getEventMetricDataList(reportList, reportIndex); in getEventMetricDataList()86 ConfigMetricsReportList reportList, int reportIndex) throws Exception { in getEventMetricDataList() argument87 assertThat(reportList.getReportsCount()).isGreaterThan(reportIndex); in getEventMetricDataList()88 ConfigMetricsReport report = reportList.getReports(reportIndex); in getEventMetricDataList()