Searched refs:setConfigurationObjectListNoThrow (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | Configuration.java | 219 setConfigurationObjectListNoThrow(TARGET_PREPARER_TYPE_NAME, new ArrayList<>()); in Configuration() 631 clone.setConfigurationObjectListNoThrow(entry.getKey(), newDeviceConfigList); in clone() 633 clone.setConfigurationObjectListNoThrow(entry.getKey(), entry.getValue()); in clone() 662 setConfigurationObjectListNoThrow(RESULT_REPORTER_TYPE_NAME, listeners); in setTestInvocationListeners() 667 setConfigurationObjectListNoThrow(DEVICE_METRICS_COLLECTOR_TYPE_NAME, collectors); in setDeviceMetricCollectors() 691 setConfigurationObjectListNoThrow(DEVICE_NAME, deviceConfigs); in setDeviceConfigList() 707 setConfigurationObjectListNoThrow(TEST_TYPE_NAME, tests); in setTests() 715 setConfigurationObjectListNoThrow(MULTI_PREPARER_TYPE_NAME, multiTargPreps); in setMultiTargetPreparers() 729 setConfigurationObjectListNoThrow(MULTI_PRE_TARGET_PREPARER_TYPE_NAME, multiPreTargPreps); in setMultiPreTargetPreparers() 743 setConfigurationObjectListNoThrow(SYSTEM_STATUS_CHECKER_TYPE_NAME, systemCheckers); in setSystemStatusCheckers() [all …]
|
D | GlobalConfiguration.java | 490 setConfigurationObjectListNoThrow(HOST_MONITOR_TYPE_NAME, hostMonitors); in setHostMonitors() 572 private void setConfigurationObjectListNoThrow(String typeName, List<?> configList) { in setConfigurationObjectListNoThrow() method in GlobalConfiguration
|