Searched refs:REMOVE_CONFIG_CMD (Results 1 – 4 of 4) sorted by relevance
53 private static final String REMOVE_CONFIG_CMD = "cmd stats config remove %d"; field in AtomMetricTester95 mDevice.executeShellCommand(String.format(REMOVE_CONFIG_CMD, configId)); in removeConfig()
57 private static final String REMOVE_CONFIG_CMD = "cmd stats config remove"; field in ConfigUtils299 device.executeShellCommand(String.join(" ", REMOVE_CONFIG_CMD, SHELL_UID_STRING, in removeConfig()
65 private static final String REMOVE_CONFIG_CMD = "cmd stats config remove"; field in MetricsRecorder315 final var cmd = String.join(" ", REMOVE_CONFIG_CMD, CONFIG_ID_STRING); in removeConfig()
67 private static final String REMOVE_CONFIG_CMD = "cmd stats config remove %d"; field in CompatChangeGatingTestCase324 String.join(" ", REMOVE_CONFIG_CMD, String.valueOf(configId))); in removeStatsdConfig()