Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java381 return (List<IDeviceMonitor>) getConfigurationObjectList(DEVICE_MONITOR_TYPE_NAME); in getDeviceMonitors()
393 return (List<IHostMonitor>) getConfigurationObjectList(HOST_MONITOR_TYPE_NAME); in getHostMonitors()
450 return (List<IMultiDeviceRecovery>)getConfigurationObjectList( in getMultiDeviceRecoveryHandlers()
457 private List<?> getConfigurationObjectList(String typeName) { in getConfigurationObjectList() method in GlobalConfiguration
466 List<?> configObjects = getConfigurationObjectList(typeName); in getConfigurationObject()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java196 public List<?> getConfigurationObjectList(String typeName); in getConfigurationObjectList() method
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilderTest.java154 .getConfigurationObjectList(Configuration.RESULT_REPORTER_TYPE_NAME); in testBuild_resultReporters()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilder.java217 List<Object> configObjs = (List<Object>) config.getConfigurationObjectList(typeName); in build()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java142 List<TestConfig> configList = (List<TestConfig>)mConfig.getConfigurationObjectList( in testGetConfigurationObjectList()
204 assertNull(mConfig.getConfigurationObjectList("non-existent")); in testGetConfigurationObjectList_wrongname()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...