Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/guice/
DInvocationScope.java65 private static InvocationScope sDefaultInstance = null; field in InvocationScope
68 if (sDefaultInstance == null) { in getDefault()
69 sDefaultInstance = new InvocationScope(); in getDefault()
71 return sDefaultInstance; in getDefault()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRunUtil.java52 private static IRunUtil sDefaultInstance = null; field in RunUtil
82 if (sDefaultInstance == null) { in getDefault()
83 sDefaultInstance = new RunUtil(); in getDefault()
85 return sDefaultInstance; in getDefault()
93 if (this.equals(sDefaultInstance)) { in setWorkingDir()
104 if (this.equals(sDefaultInstance)) { in setEnvVariable()
120 if (this.equals(sDefaultInstance)) { in unsetEnvVariable()
793 if (this.equals(sDefaultInstance)) { in setEnvVariablePriority()