Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java262 setConfigurationObjectListNoThrow(TARGET_PREPARER_TYPE_NAME, new ArrayList<>()); in Configuration()
263 setConfigurationObjectListNoThrow(LAB_PREPARER_TYPE_NAME, new ArrayList<>()); in Configuration()
784 clone.setConfigurationObjectListNoThrow(entry.getKey(), newDeviceConfigList); in clone()
786 clone.setConfigurationObjectListNoThrow(entry.getKey(), entry.getValue()); in clone()
874 setConfigurationObjectListNoThrow(RESULT_REPORTER_TYPE_NAME, listeners); in setTestInvocationListeners()
880 setConfigurationObjectListNoThrow(DEVICE_METRICS_COLLECTOR_TYPE_NAME, collectors); in setDeviceMetricCollectors()
886 setConfigurationObjectListNoThrow(METRIC_POST_PROCESSOR_TYPE_NAME, processors); in setPostProcessors()
910 setConfigurationObjectListNoThrow(DEVICE_NAME, deviceConfigs); in setDeviceConfigList()
932 setConfigurationObjectListNoThrow(TEST_TYPE_NAME, tests); in setTests()
940 setConfigurationObjectListNoThrow(MULTI_PREPARER_TYPE_NAME, multiTargPreps); in setMultiTargetPreparers()
[all …]
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java583 setConfigurationObjectListNoThrow(HOST_MONITOR_TYPE_NAME, hostMonitors); in setHostMonitors()
727 private void setConfigurationObjectListNoThrow(String typeName, List<?> configList) { in setConfigurationObjectListNoThrow() method in GlobalConfiguration