Searched refs:reportList (Results 1 – 7 of 7) sorted by relevance
53 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getEventMetricDataList() local54 return getEventMetricDataList(reportList); in getEventMetricDataList()66 public static List<EventMetricData> getEventMetricDataList(ConfigMetricsReportList reportList) in getEventMetricDataList() argument68 return getEventMetricDataList(reportList, /*reportIndex*/ 0); in getEventMetricDataList()77 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getEventMetricDataList() local78 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()205 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getConfigMetricsReport() local[all …]
172 ConfigMetricsReportList reportList = getAndClearReportList(); in getMediaExtractorReportedData() local173 assertThat(reportList.getReportsCount()).isEqualTo(1); in getMediaExtractorReportedData()174 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(reportList); in getMediaExtractorReportedData()
360 final var reportList = getReportList(); in getEventMetricDataList() local361 return getEventMetricDataList(reportList); in getEventMetricDataList()370 @NonNull ConfigMetricsReportList reportList) { in getEventMetricDataList()371 assertThat(reportList.reports.length).isEqualTo(1); in getEventMetricDataList()372 final var report = reportList.reports[0]; in getEventMetricDataList()
283 ConfigMetricsReportList reportList = getAndClearReportList(); in getMediaParserReportedEvents() local284 assertThat(reportList.getReportsCount()).isEqualTo(1); in getMediaParserReportedEvents()285 List<EventMetricData> data = ReportUtils.getEventMetricDataList(reportList); in getMediaParserReportedEvents()
103 ConfigMetricsReportList reportList = getReportList(); in getEventMetricDataList() local104 return ReportUtils.getEventMetricDataList(reportList); in getEventMetricDataList()
183 ConfigMetricsReportList reportList) { in getEventMetricDataList() argument184 return Arrays.stream(reportList.reports) in getEventMetricDataList()
215 ConfigMetricsReportList reportList) { in getEventMetricDataList() argument217 return ReportUtils.getEventMetricDataList(reportList); in getEventMetricDataList()