Home
last modified time | relevance | path

Searched defs:configObjects (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java494 List<?> configObjects = getConfigurationObjectList(typeName); in getConfigurationObject() local
660 List<?> configObjects = getConfigurationObjectList(TF_FEATURE_SERVER_NAME); in getFeatureServer() local
672 List<?> configObjects = getConfigurationObjectList(TF_INVOCATION_SERVER_NAME); in getTestInvocationManagementSever() local
684 List<?> configObjects = getConfigurationObjectList(TF_DEVICE_MANAGEMENT_SERVER_NAME); in getDeviceManagementServer() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java543 List<?> configObjects = getConfigurationObjectList(typeName); in getConfigurationObject() local
572 List<?> configObjects = getConfigurationObjectList(configType); in getAllConfigurationObjectsOfType() local
1349 List<Object> configObjects = new ArrayList<>(getAllNonDisabledConfigurationObjects()); in resolveDynamicOptions() local