Searched refs:reportList (Results 1 – 7 of 7) sorted by relevance
54 ConfigMetricsReportList reportList = getReportList(device); in getEventMetricDataList() local55 return getEventMetricDataList(reportList); in getEventMetricDataList()62 public static List<EventMetricData> getEventMetricDataList(ConfigMetricsReportList reportList) in getEventMetricDataList() argument64 assertThat(reportList.getReportsCount()).isEqualTo(1); in getEventMetricDataList()65 ConfigMetricsReport report = reportList.getReports(0); in getEventMetricDataList()117 ConfigMetricsReportList reportList = getReportList(device); in getGaugeMetricAtoms() local118 assertThat(reportList.getReportsCount()).isEqualTo(1); in getGaugeMetricAtoms()119 ConfigMetricsReport report = reportList.getReports(0); in getGaugeMetricAtoms()172 ConfigMetricsReportList reportList = DeviceUtils.getShellCommandOutput(device, in getReportList() local174 return reportList; in getReportList()
304 ConfigMetricsReportList reportList = getReportList(); in getEventMetricDataList() local305 return getEventMetricDataList(reportList); in getEventMetricDataList()322 protected List<EventMetricData> getEventMetricDataList(ConfigMetricsReportList reportList) in getEventMetricDataList() argument324 assertThat(reportList.getReportsCount()).isEqualTo(1); in getEventMetricDataList()325 ConfigMetricsReport report = reportList.getReports(0); in getEventMetricDataList()345 ConfigMetricsReportList reportList = getReportList(); in getGaugeMetricDataList() local346 assertThat(reportList.getReportsCount()).isEqualTo(1); in getGaugeMetricDataList()349 ConfigMetricsReport report = reportList.getReports(0); in getGaugeMetricDataList()379 ConfigMetricsReportList reportList = getReportList(); in getDurationMetricDataList() local380 assertThat(reportList.getReportsCount()).isEqualTo(1); in getDurationMetricDataList()[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()
279 ConfigMetricsReportList reportList = getAndClearReportList(); in getMediaParserReportedEvents() local280 assertThat(reportList.getReportsCount()).isEqualTo(1); in getMediaParserReportedEvents()281 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()
217 ConfigMetricsReportList reportList) { in getEventMetricDataList() argument219 return ReportUtils.getEventMetricDataList(reportList); in getEventMetricDataList()