Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DCountMetricsTests.java276 boolean inOrder = reports.getReports(0).getCurrentReportWallClockNanos() < in testPartialBucketCountMetric()
277 reports.getReports(1).getCurrentReportWallClockNanos(); in testPartialBucketCountMetric()
285 reports.getReports(inOrder? 0 : 1).getMetrics(0).getCountMetrics().getData(0); in testPartialBucketCountMetric()
287 reports.getReports(inOrder? 1 : 0).getMetrics(0).getCountMetrics().getData(0); in testPartialBucketCountMetric()
/packages/modules/StatsD/apex/tests/libstatspull/src/com/android/internal/os/statsd/libstats/
DStatsConfigUtils.java93 .parseFrom(statsManager.getReports(configId)); in getConfigMetricsReport()
99 ConfigMetricsReport report = reportList.getReports(0); in getConfigMetricsReport()
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DAtomTestCase.java334 ConfigMetricsReport report = reportList.getReports(0); in getEventMetricDataList()
358 ConfigMetricsReport report = reportList.getReports(0); in getGaugeMetricDataList()
390 ConfigMetricsReport report = reportList.getReports(0); in getDurationMetricDataList()
411 ConfigMetricsReport report = reportList.getReports(0); in getCountMetricDataList()
432 ConfigMetricsReport report = reportList.getReports(0); in getValueMetricDataList()
456 return reportList.getReports(0); in getConfigMetricsReport()
/packages/modules/StatsD/framework/java/android/app/
DStatsManager.java384 public byte[] getReports(long configKey) throws StatsUnavailableException { in getReports() method in StatsManager
409 return getReports(configKey); in getData()
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java222 ConfigMetricsReport report = reportList.getReports(reportList.getReportsCount() - 1); in dumpMetrics()
/packages/modules/StatsD/framework/api/
Dsystem-current.txt11 ….DUMP, android.Manifest.permission.PACKAGE_USAGE_STATS}) public byte[] getReports(long) throws and…