Searched refs:sInstance (Results 1 – 6 of 6) sorted by relevance
41 private static TestSuiteInfo sInstance; field in TestSuiteInfo80 if (sInstance == null) { in getInstance()81 sInstance = new TestSuiteInfo(); in getInstance()83 return sInstance; in getInstance()
32 private static IConfigurationFactory sInstance = null; field in GCSConfigurationFactory41 if (sInstance == null) { in getInstance()42 sInstance = new GCSConfigurationFactory(configServer); in getInstance()44 return sInstance; in getInstance()
34 private static SandboxConfigurationFactory sInstance = null; field in SandboxConfigurationFactory38 if (sInstance == null) { in getInstance()39 sInstance = new SandboxConfigurationFactory(); in getInstance()41 return sInstance; in getInstance()
77 private static IGlobalConfiguration sInstance = null; field in GlobalConfiguration101 if (sInstance == null) { in getInstance()104 return sInstance; in getInstance()115 if (sInstance == null) { in getDeviceManagerInstance()118 return sInstance.getDeviceManager(); in getDeviceManagerInstance()122 if (sInstance == null) { in getHostMonitorInstances()125 return sInstance.getHostMonitors(); in getHostMonitorInstances()137 if (sInstance != null) { in createGlobalConfiguration()147 sInstance = in createGlobalConfiguration()154 sInstance = in createGlobalConfiguration()[all …]
59 private static IConfigurationFactory sInstance = null; field in ConfigurationFactory444 if (sInstance == null) { in getInstance()445 sInstance = new ConfigurationFactory(); in getInstance()447 return sInstance; in getInstance()
601 private static SocketFactory sInstance; field in SideloadOtaStabilityTest.SocketFactory607 if (sInstance == null) { in getInstance()608 sInstance = new SocketFactory(); in getInstance()610 return sInstance; in getInstance()