Home
last modified time | relevance | path

Searched refs:extensionRegistry (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DReportUtils.java52 ITestDevice device, ExtensionRegistry extensionRegistry) throws Exception { in getEventMetricDataList() argument
53 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getEventMetricDataList()
76 ExtensionRegistry extensionRegistry, int reportIndex) throws Exception { in getEventMetricDataList() argument
77 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getEventMetricDataList()
143 ExtensionRegistry extensionRegistry, boolean checkTimestampTruncated) throws Exception { in getGaugeMetricAtoms() argument
144 StatsLogReport statsLogReport = getStatsLogReport(device, extensionRegistry); in getGaugeMetricAtoms()
196 ExtensionRegistry extensionRegistry) throws Exception { in getStatsLogReport() argument
197 ConfigMetricsReport report = getConfigMetricsReport(device, extensionRegistry); in getStatsLogReport()
204 ExtensionRegistry extensionRegistry) throws Exception { in getConfigMetricsReport() argument
205 ConfigMetricsReportList reportList = getReportList(device, extensionRegistry); in getConfigMetricsReport()
[all …]
DDeviceUtils.java224 Parser<T> parser, ExtensionRegistry extensionRegistry, String cmd) in getShellCommandOutput() argument
229 return parser.parseFrom(receiver.getOutput(), extensionRegistry); in getShellCommandOutput()