Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java59 private static final List<String> CONFIG_OBJ_TO_CLONE = new ArrayList<>(); field in ShardHelper
62 CONFIG_OBJ_TO_CLONE.add(Configuration.SYSTEM_STATUS_CHECKER_TYPE_NAME);
63 CONFIG_OBJ_TO_CLONE.add(Configuration.DEVICE_METRICS_COLLECTOR_TYPE_NAME);
64 CONFIG_OBJ_TO_CLONE.add(Configuration.TARGET_PREPARER_TYPE_NAME);
65 CONFIG_OBJ_TO_CLONE.add(Configuration.MULTI_PREPARER_TYPE_NAME);
66 CONFIG_OBJ_TO_CLONE.add(Configuration.CMD_OPTIONS_TYPE_NAME);
67 CONFIG_OBJ_TO_CLONE.add(Configuration.LOGGER_TYPE_NAME);
69 CONFIG_OBJ_TO_CLONE.add(Configuration.LOG_SAVER_TYPE_NAME);
223 for (String objType : CONFIG_OBJ_TO_CLONE) { in cloneConfigObject()