Searched refs:DUMP_REPORT_CMD (Results 1 – 4 of 4) sorted by relevance
39 private static final String DUMP_REPORT_CMD = "cmd stats dump-report"; field in ReportUtils124 String cmd = String.join(" ", DUMP_REPORT_CMD, ConfigUtils.CONFIG_ID_STRING, in getReportList()
53 private static final String DUMP_REPORT_CMD = field in AtomMetricTester132 String.format(DUMP_REPORT_CMD, CONFIG_ID)); in getReportList()
62 private static final String DUMP_REPORT_CMD = field in CompatChangeGatingTestCase201 getDevice().executeShellCommand(String.format(DUMP_REPORT_CMD, configId), receiver); in getReportList()
100 public static final String DUMP_REPORT_CMD = "cmd stats dump-report"; field in AtomTestCase453 String.join(" ", DUMP_REPORT_CMD, String.valueOf(CONFIG_ID), in getReportList()