Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DReportUtils.java48 ConfigMetricsReportList reportList = getReportList(device); in getEventMetricDataList()
87 ConfigMetricsReportList reportList = getReportList(device); in getGaugeMetricAtoms()
115 getReportList(device); in clearReports()
122 private static ConfigMetricsReportList getReportList(ITestDevice device) throws Exception { in getReportList() method in ReportUtils
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DEnterpriseMetricsRecorder.java87 mData.addAll(getEventMetricDataList(getReportList())); in fetchLatestData()
153 getReportList(); // Clears data. in cleanLogs()
165 private ConfigMetricsReportList getReportList() { in getReportList() method in EnterpriseMetricsRecorder
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java67 getReportList(); // Clears data. in cleanLogs()
105 ConfigMetricsReportList reportList = getReportList(); in getEventMetricDataList()
129 private ConfigMetricsReportList getReportList() throws Exception { in getReportList() method
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DAtomTestCase.java142 getReportList(); // Clears data. in setUp()
303 ConfigMetricsReportList reportList = getReportList(); in getEventMetricDataList()
344 ConfigMetricsReportList reportList = getReportList(); in getGaugeMetricDataList()
378 ConfigMetricsReportList reportList = getReportList(); in getDurationMetricDataList()
399 ConfigMetricsReportList reportList = getReportList(); in getCountMetricDataList()
420 ConfigMetricsReportList reportList = getReportList(); in getValueMetricDataList()
444 ConfigMetricsReportList reportList = getReportList(); in getConfigMetricsReport()
450 protected ConfigMetricsReportList getReportList() throws Exception { in getReportList() method in AtomTestCase
DDeviceAtomTestCase.java105 getReportList(); // Clears previous data on disk. in doDeviceMethod()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java198 …private List<ConfigMetricsReport> getReportList(long configId) throws DeviceNotAvailableException { in getReportList() method in CompatChangeGatingTestCase
255 getReportList(configId); in createAndUploadStatsdConfig()
316 return getReportList(configId).stream() in getReportedChanges()