Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java148 IConfiguration shardConfig = cloneConfigObject(config); in shardConfig()
169 IConfiguration shardConfig = cloneConfigObject(config); in shardConfig()
247 private IConfiguration cloneConfigObject(IConfiguration origConfig) { in cloneConfigObject() method in ShardHelper