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.java77 public static final String GLOBAL_CONFIG_SERVER = "global_config_server"; field in GlobalConfiguration
302 GLOBAL_CONFIG_SERVER, new ObjTypeInfo(IConfigurationServer.class, false)); in getObjTypeMap()
380 return (IConfigurationServer) getConfigurationObject(GLOBAL_CONFIG_SERVER); in getGlobalConfigServer()