Home
last modified time | relevance | path

Searched refs:sDefaultInstance (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/cache/
DPartialZipDownloadCache.java38 private static PartialZipDownloadCache sDefaultInstance; field in PartialZipDownloadCache
44 if (sDefaultInstance == null) { in getDefaultCache()
45 sDefaultInstance = new PartialZipDownloadCache(); in getDefaultCache()
47 return sDefaultInstance; in getDefaultCache()
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DDeviceImageTracker.java38 private static DeviceImageTracker sDefaultInstance; field in DeviceImageTracker
69 if (sDefaultInstance == null) { in getDefaultCache()
70 sDefaultInstance = new DeviceImageTracker(); in getDefaultCache()
72 return sDefaultInstance; in getDefaultCache()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java65 private static IRunUtil sDefaultInstance = null; field in RunUtil
98 if (sDefaultInstance == null) { in getDefault()
99 sDefaultInstance = new RunUtil(); in getDefault()
101 return sDefaultInstance; in getDefault()
124 if (this.equals(sDefaultInstance)) { in setWorkingDir()
135 if (this.equals(sDefaultInstance)) { in setEnvVariable()
151 if (this.equals(sDefaultInstance)) { in unsetEnvVariable()
160 if (this.equals(sDefaultInstance)) { in setRedirectStderrToStdout()
1174 if (this.equals(sDefaultInstance)) { in setEnvVariablePriority()
1184 if (this.equals(sDefaultInstance)) { in setLinuxInterruptProcess()