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.java234 setConfigurationObjectListNoThrow(TARGET_PREPARER_TYPE_NAME, new ArrayList<>()); in Configuration()
718 clone.setConfigurationObjectListNoThrow(entry.getKey(), newDeviceConfigList); in clone()
720 clone.setConfigurationObjectListNoThrow(entry.getKey(), entry.getValue()); in clone()
804 setConfigurationObjectListNoThrow(RESULT_REPORTER_TYPE_NAME, listeners); in setTestInvocationListeners()
810 setConfigurationObjectListNoThrow(DEVICE_METRICS_COLLECTOR_TYPE_NAME, collectors); in setDeviceMetricCollectors()
816 setConfigurationObjectListNoThrow(METRIC_POST_PROCESSOR_TYPE_NAME, processors); in setPostProcessors()
840 setConfigurationObjectListNoThrow(DEVICE_NAME, deviceConfigs); in setDeviceConfigList()
862 setConfigurationObjectListNoThrow(TEST_TYPE_NAME, tests); in setTests()
870 setConfigurationObjectListNoThrow(MULTI_PREPARER_TYPE_NAME, multiTargPreps); in setMultiTargetPreparers()
884 setConfigurationObjectListNoThrow(MULTI_PRE_TARGET_PREPARER_TYPE_NAME, multiPreTargPreps); in setMultiPreTargetPreparers()
[all …]
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java555 setConfigurationObjectListNoThrow(HOST_MONITOR_TYPE_NAME, hostMonitors); in setHostMonitors()
640 private void setConfigurationObjectListNoThrow(String typeName, List<?> configList) { in setConfigurationObjectListNoThrow() method in GlobalConfiguration