Searched refs:getReports (Results 1 – 6 of 6) sorted by relevance
276 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()
93 .parseFrom(statsManager.getReports(configId)); in getConfigMetricsReport()99 ConfigMetricsReport report = reportList.getReports(0); in getConfigMetricsReport()
334 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()
384 public byte[] getReports(long configKey) throws StatsUnavailableException { in getReports() method in StatsManager409 return getReports(configKey); in getData()
222 ConfigMetricsReport report = reportList.getReports(reportList.getReportsCount() - 1); in dumpMetrics()
11 ….DUMP, android.Manifest.permission.PACKAGE_USAGE_STATS}) public byte[] getReports(long) throws and…