Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java69 public static final String GLOBAL_CONFIG_SERVER = "global_config_server"; field in GlobalConfiguration
277 GLOBAL_CONFIG_SERVER, new ObjTypeInfo(IConfigurationServer.class, false)); in getObjTypeMap()
329 return (IConfigurationServer) getConfigurationObject(GLOBAL_CONFIG_SERVER); in getGlobalConfigServer()