Home
last modified time | relevance | path

Searched refs:DUMP_REPORT_CMD (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DReportUtils.java39 private static final String DUMP_REPORT_CMD = "cmd stats dump-report"; field in ReportUtils
124 String cmd = String.join(" ", DUMP_REPORT_CMD, ConfigUtils.CONFIG_ID_STRING, in getReportList()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java53 private static final String DUMP_REPORT_CMD = field in AtomMetricTester
132 String.format(DUMP_REPORT_CMD, CONFIG_ID)); in getReportList()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java62 private static final String DUMP_REPORT_CMD = field in CompatChangeGatingTestCase
201 getDevice().executeShellCommand(String.format(DUMP_REPORT_CMD, configId), receiver); in getReportList()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DAtomTestCase.java100 public static final String DUMP_REPORT_CMD = "cmd stats dump-report"; field in AtomTestCase
453 String.join(" ", DUMP_REPORT_CMD, String.valueOf(CONFIG_ID), in getReportList()