Searched refs:sInstance (Results 1 – 7 of 7) sorted by relevance
25 private static RetryConfigurationFactory sInstance = null; field in RetryConfigurationFactory29 if (sInstance == null) { in getInstance()30 sInstance = new RetryConfigurationFactory(); in getInstance()32 return sInstance; in getInstance()
49 private static SandboxConfigurationFactory sInstance = null; field in SandboxConfigurationFactory62 if (sInstance == null) { in getInstance()63 sInstance = new SandboxConfigurationFactory(); in getInstance()65 return sInstance; in getInstance()
73 private static IConfigurationFactory sInstance = null; field in ConfigurationFactory495 if (sInstance == null) { in getInstance()496 sInstance = new ConfigurationFactory(); in getInstance()498 return sInstance; in getInstance()
44 private static TestSuiteInfo sInstance; field in TestSuiteInfo83 if (sInstance == null) { in getInstance()84 sInstance = new TestSuiteInfo(); in getInstance()86 return sInstance; in getInstance()
36 private static IConfigurationFactory sInstance = null; field in GCSConfigurationFactory47 if (sInstance == null) { in getInstance()48 sInstance = new GCSConfigurationFactory(configServer); in getInstance()50 return sInstance; in getInstance()
99 private static IGlobalConfiguration sInstance = null; field in GlobalConfiguration131 if (sInstance == null) { in getInstance()134 return sInstance; in getInstance()145 if (sInstance == null) { in getDeviceManagerInstance()148 return sInstance.getDeviceManager(); in getDeviceManagerInstance()152 if (sInstance == null) { in getHostMonitorInstances()155 return sInstance.getHostMonitors(); in getHostMonitorInstances()167 if (sInstance != null) { in createGlobalConfiguration()178 sInstance = in createGlobalConfiguration()180 ((GlobalConfiguration) sInstance).mOriginalArgs = arrayArgs; in createGlobalConfiguration()[all …]
49 private static GoogleApiClientUtil sInstance = null; field in GoogleApiClientUtil52 if (sInstance == null) { in getInstance()53 sInstance = new GoogleApiClientUtil(); in getInstance()55 return sInstance; in getInstance()