Searched refs:UPDATE_CONFIG_CMD (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/ |
D | AtomMetricTester.java | 50 private static final String UPDATE_CONFIG_CMD = "cat %s | cmd stats config update %d"; field in AtomMetricTester 90 mDevice.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, CONFIG_ID)); in uploadConfig()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
D | ConfigUtils.java | 57 private static final String UPDATE_CONFIG_CMD = "cmd stats config update"; field in ConfigUtils 283 device.executeShellCommand(String.join(" ", "cat", remotePath, "|", UPDATE_CONFIG_CMD, in uploadConfig()
|
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/ |
D | CompatChangeGatingTestCase.java | 66 private static final String UPDATE_CONFIG_CMD = "cat %s | cmd stats config update %d"; field in CompatChangeGatingTestCase 263 device.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, configId)); in createAndUploadStatsdConfig()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
D | AtomTestCase.java | 100 public static final String UPDATE_CONFIG_CMD = "cmd stats config update"; field in AtomTestCase 292 String.join(" ", "cat", remotePath, "|", UPDATE_CONFIG_CMD, in uploadConfig()
|