Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/
DConfigUtil.java67 updateConfig(device, remotePath, config.getId()); in pushStatsConfig()
95 updateConfig(device, remotePath, configId); in pushBinaryStatsConfig()
120 private static void updateConfig(ITestDevice device, String remotePath, long configId) in updateConfig() method in ConfigUtil