Searched refs:sDefaultInstance (Results 1 – 3 of 3) sorted by relevance
38 private static PartialZipDownloadCache sDefaultInstance; field in PartialZipDownloadCache44 if (sDefaultInstance == null) { in getDefaultCache()45 sDefaultInstance = new PartialZipDownloadCache(); in getDefaultCache()47 return sDefaultInstance; in getDefaultCache()
38 private static DeviceImageTracker sDefaultInstance; field in DeviceImageTracker69 if (sDefaultInstance == null) { in getDefaultCache()70 sDefaultInstance = new DeviceImageTracker(); in getDefaultCache()72 return sDefaultInstance; in getDefaultCache()
65 private static IRunUtil sDefaultInstance = null; field in RunUtil98 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()