Home
last modified time | relevance | path

Searched refs:getDeviceManagerInstance (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerFuncTest.java64 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceDiagTest.java59 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
DDeviceUtilStatsMonitor.java296 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/companion/
DCompanionDeviceTracker.java106 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/util/
DBundletoolUtil.java183 return GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/adb/
DAdbStopServerPreparer.java136 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java144 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java550 GlobalConfiguration.getDeviceManagerInstance(); in addDefaultCommands()
558 GlobalConfiguration.getDeviceManagerInstance(); in addDefaultCommands()
DCommandScheduler.java914 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java268 return GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath()
/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java129 public static IDeviceManager getDeviceManagerInstance() { in getDeviceManagerInstance() method in GlobalConfiguration
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java752 return GlobalConfiguration.getDeviceManagerInstance().getAdbVersion(); in getAdbVersion()