Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DReportUtils.java76 ExtensionRegistry extensionRegistry, int reportIndex) throws Exception { in getEventMetricDataList() argument
78 return getEventMetricDataList(reportList, reportIndex); in getEventMetricDataList()
86 ConfigMetricsReportList reportList, int reportIndex) throws Exception { in getEventMetricDataList() argument
87 assertThat(reportList.getReportsCount()).isGreaterThan(reportIndex); in getEventMetricDataList()
88 ConfigMetricsReport report = reportList.getReports(reportIndex); in getEventMetricDataList()