Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java223 for (String objType : CONFIG_OBJ_TO_CLONE) { in cloneConfigObject()
225 objType, deepCopy.getConfigurationObjectList(objType)); in cloneConfigObject()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java212 private File createTmpConfig(String objType, Object obj) throws IOException { in createTmpConfig() argument
214 String content = String.format(TEST_CONFIG, objType, obj.getClass().getCanonicalName()); in createTmpConfig()