Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DReportUtils.java53 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getEventMetricDataList() local
54 return getEventMetricDataList(reportList); in getEventMetricDataList()
66 public static List<EventMetricData> getEventMetricDataList(ConfigMetricsReportList reportList) in getEventMetricDataList() argument
68 return getEventMetricDataList(reportList, /*reportIndex*/ 0); in getEventMetricDataList()
77 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getEventMetricDataList() local
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()
205 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getConfigMetricsReport() local
[all …]
/cts/hostsidetests/media/src/android/media/cts/
DMediaExtractorHostSideTest.java172 ConfigMetricsReportList reportList = getAndClearReportList(); in getMediaExtractorReportedData() local
173 assertThat(reportList.getReportsCount()).isEqualTo(1); in getMediaExtractorReportedData()
174 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(reportList); in getMediaExtractorReportedData()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java360 final var reportList = getReportList(); in getEventMetricDataList() local
361 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()
/cts/hostsidetests/mediaparser/src/android/media/mediaparser/cts/
DMediaParserHostSideTest.java283 ConfigMetricsReportList reportList = getAndClearReportList(); in getMediaParserReportedEvents() local
284 assertThat(reportList.getReportsCount()).isEqualTo(1); in getMediaParserReportedEvents()
285 List<EventMetricData> data = ReportUtils.getEventMetricDataList(reportList); in getMediaParserReportedEvents()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java103 ConfigMetricsReportList reportList = getReportList(); in getEventMetricDataList() local
104 return ReportUtils.getEventMetricDataList(reportList); in getEventMetricDataList()
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DEnterpriseMetricsRecorder.java183 ConfigMetricsReportList reportList) { in getEventMetricDataList() argument
184 return Arrays.stream(reportList.reports) in getEventMetricDataList()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java215 ConfigMetricsReportList reportList) { in getEventMetricDataList() argument
217 return ReportUtils.getEventMetricDataList(reportList); in getEventMetricDataList()