Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java259 IConfiguration deepCopy = origConfig.partialDeepClone(CONFIG_OBJ_TO_CLONE, client); in cloneConfigObject() local
261 deepCopy.getCommandOptions().setShardCount(null); in cloneConfigObject()
262 deepCopy.getConfigurationDescription() in cloneConfigObject()
264 return deepCopy; in cloneConfigObject()
DParentShardReplicate.java55 IConfiguration deepCopy = in replicatedSetup() local
59 deepCopy.getDeviceConfig().get(0).clone(newName); in replicatedSetup()