Home
last modified time | relevance | path

Searched refs:UPDATE_CONFIG_CMD (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java52 private static final String UPDATE_CONFIG_CMD = "cat %s | cmd stats config update %d"; field in AtomMetricTester
92 mDevice.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, CONFIG_ID)); in uploadConfig()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DConfigUtils.java57 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/
DCompatChangeGatingTestCase.java61 private static final String UPDATE_CONFIG_CMD = "cat %s | cmd stats config update %d"; field in CompatChangeGatingTestCase
249 device.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, configId)); in createAndUploadStatsdConfig()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DAtomTestCase.java99 public static final String UPDATE_CONFIG_CMD = "cmd stats config update"; field in AtomTestCase
291 String.join(" ", "cat", remotePath, "|", UPDATE_CONFIG_CMD, in uploadConfig()