Home
last modified time | relevance | path

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

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