Home
last modified time | relevance | path

Searched defs:singleton (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestRunnerUtil.java28 @VisibleForTesting static TestRunnerUtil singleton = new TestRunnerUtil(); field in TestRunnerUtil
DSystemUtil.java40 @VisibleForTesting static SystemUtil singleton = new SystemUtil(); field in SystemUtil
/tools/treble/hacksaw/config/
Dconfig.go97 var singleton *Config var