Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java162 IConfigurationServer globalConfigServer = in createGlobalConfiguration()
240 static IConfigurationServer createGlobalConfigServer( in createGlobalConfigServer()
250 IConfigurationServer configServer = null; in createGlobalConfigServer()
305 GLOBAL_CONFIG_SERVER, new ObjTypeInfo(IConfigurationServer.class, false)); in getObjTypeMap()
385 public IConfigurationServer getGlobalConfigServer() { in getGlobalConfigServer()
386 return (IConfigurationServer) getConfigurationObject(GLOBAL_CONFIG_SERVER); in getGlobalConfigServer()
DIConfigurationServer.java29 public interface IConfigurationServer { interface
DIGlobalConfiguration.java283 public IConfigurationServer getGlobalConfigServer(); in getGlobalConfigServer()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java23 import com.android.tradefed.config.IConfigurationServer;
37 private IConfigurationServer mConfigServer;
41 GCSConfigurationFactory(IConfigurationServer configServer) { in GCSConfigurationFactory()
46 public static IConfigurationFactory getInstance(IConfigurationServer configServer) { in getInstance()
DGCSConfigurationServer.java21 import com.android.tradefed.config.IConfigurationServer;
37 public class GCSConfigurationServer implements IConfigurationServer {
/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java21 import com.android.tradefed.config.IConfigurationServer;
58 private IConfigurationServer mConfigServer;
65 new IConfigurationServer() { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java246 public static class StubConfigServer implements IConfigurationServer {