Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java23 import com.android.tradefed.config.IConfigurationServer;
33 private IConfigurationServer mConfigServer;
35 GCSConfigurationFactory(IConfigurationServer configServer) { in GCSConfigurationFactory()
40 public static IConfigurationFactory getInstance(IConfigurationServer configServer) { in getInstance()
DGCSConfigurationServer.java20 import com.android.tradefed.config.IConfigurationServer;
35 public class GCSConfigurationServer implements IConfigurationServer {
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfigurationServer.java29 public interface IConfigurationServer { interface
DGlobalConfiguration.java142 IConfigurationServer globalConfigServer = in createGlobalConfiguration()
215 static IConfigurationServer createGlobalConfigServer( in createGlobalConfigServer()
225 IConfigurationServer configServer = null; in createGlobalConfigServer()
277 GLOBAL_CONFIG_SERVER, new ObjTypeInfo(IConfigurationServer.class, false)); in getObjTypeMap()
328 public IConfigurationServer getGlobalConfigServer() { in getGlobalConfigServer()
329 return (IConfigurationServer) getConfigurationObject(GLOBAL_CONFIG_SERVER); in getGlobalConfigServer()
DIGlobalConfiguration.java258 public IConfigurationServer getGlobalConfigServer(); in getGlobalConfigServer()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java21 import com.android.tradefed.config.IConfigurationServer;
57 private IConfigurationServer mConfigServer;
64 new IConfigurationServer() { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java222 public static class StubConfigServer implements IConfigurationServer {