Searched refs:setConfigurationObjectListNoThrow (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | Configuration.java | 235 setConfigurationObjectListNoThrow(TARGET_PREPARER_TYPE_NAME, new ArrayList<>()); in Configuration() 689 clone.setConfigurationObjectListNoThrow(entry.getKey(), newDeviceConfigList); in clone() 691 clone.setConfigurationObjectListNoThrow(entry.getKey(), entry.getValue()); in clone() 721 setConfigurationObjectListNoThrow(RESULT_REPORTER_TYPE_NAME, listeners); in setTestInvocationListeners() 727 setConfigurationObjectListNoThrow(DEVICE_METRICS_COLLECTOR_TYPE_NAME, collectors); in setDeviceMetricCollectors() 739 setConfigurationObjectListNoThrow(METRIC_POST_PROCESSOR_TYPE_NAME, processors); in setPostProcessors() 763 setConfigurationObjectListNoThrow(DEVICE_NAME, deviceConfigs); in setDeviceConfigList() 779 setConfigurationObjectListNoThrow(TEST_TYPE_NAME, tests); in setTests() 787 setConfigurationObjectListNoThrow(MULTI_PREPARER_TYPE_NAME, multiTargPreps); in setMultiTargetPreparers() 801 setConfigurationObjectListNoThrow(MULTI_PRE_TARGET_PREPARER_TYPE_NAME, multiPreTargPreps); in setMultiPreTargetPreparers() [all …]
|
D | GlobalConfiguration.java | 547 setConfigurationObjectListNoThrow(HOST_MONITOR_TYPE_NAME, hostMonitors); in setHostMonitors() 629 private void setConfigurationObjectListNoThrow(String typeName, List<?> configList) { in setConfigurationObjectListNoThrow() method in GlobalConfiguration
|