Searched refs:DUMP_REPORT_CMD (Results 1 – 4 of 4) sorted by relevance
45 private static final String DUMP_REPORT_CMD = "cmd stats dump-report"; field in ReportUtils170 String cmd = String.join(" ", DUMP_REPORT_CMD, ConfigUtils.CONFIG_ID_STRING, in getReportList()
51 private static final String DUMP_REPORT_CMD = field in AtomMetricTester111 String.format(DUMP_REPORT_CMD, CONFIG_ID)); in getReportList()
67 private static final String DUMP_REPORT_CMD = field in CompatChangeGatingTestCase207 getDevice().executeShellCommand(String.format(DUMP_REPORT_CMD, configId), receiver); in getReportList()
101 public static final String DUMP_REPORT_CMD = "cmd stats dump-report"; field in AtomTestCase454 String.join(" ", DUMP_REPORT_CMD, String.valueOf(CONFIG_ID), in getReportList()