Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DRetryConfigurationFactory.java25 private static RetryConfigurationFactory sInstance = null; field in RetryConfigurationFactory
29 if (sInstance == null) { in getInstance()
30 sInstance = new RetryConfigurationFactory(); in getInstance()
32 return sInstance; in getInstance()
DSandboxConfigurationFactory.java49 private static SandboxConfigurationFactory sInstance = null; field in SandboxConfigurationFactory
62 if (sInstance == null) { in getInstance()
63 sInstance = new SandboxConfigurationFactory(); in getInstance()
65 return sInstance; in getInstance()
DConfigurationFactory.java66 private static IConfigurationFactory sInstance = null; field in ConfigurationFactory
475 if (sInstance == null) { in getInstance()
476 sInstance = new ConfigurationFactory(); in getInstance()
478 return sInstance; in getInstance()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestSuiteInfo.java44 private static TestSuiteInfo sInstance; field in TestSuiteInfo
83 if (sInstance == null) { in getInstance()
84 sInstance = new TestSuiteInfo(); in getInstance()
86 return sInstance; in getInstance()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java36 private static IConfigurationFactory sInstance = null; field in GCSConfigurationFactory
47 if (sInstance == null) { in getInstance()
48 sInstance = new GCSConfigurationFactory(configServer); in getInstance()
50 return sInstance; in getInstance()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java89 private static IGlobalConfiguration sInstance = null; field in GlobalConfiguration
121 if (sInstance == null) { in getInstance()
124 return sInstance; in getInstance()
135 if (sInstance == null) { in getDeviceManagerInstance()
138 return sInstance.getDeviceManager(); in getDeviceManagerInstance()
142 if (sInstance == null) { in getHostMonitorInstances()
145 return sInstance.getHostMonitors(); in getHostMonitorInstances()
157 if (sInstance != null) { in createGlobalConfiguration()
168 sInstance = in createGlobalConfiguration()
170 ((GlobalConfiguration) sInstance).mOriginalArgs = arrayArgs; in createGlobalConfiguration()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DGoogleApiClientUtil.java47 private static GoogleApiClientUtil sInstance = null; field in GoogleApiClientUtil
50 if (sInstance == null) { in getInstance()
51 sInstance = new GoogleApiClientUtil(); in getInstance()
53 return sInstance; in getInstance()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...