Searched refs:REMOVE_CONFIG_CMD (Results 1 – 1 of 1) sorted by relevance
44 private static final String REMOVE_CONFIG_CMD = "cmd stats config remove"; field in ConfigUtil110 device.executeShellCommand(String.join(" ", REMOVE_CONFIG_CMD, String.valueOf(configId))); in removeConfig()