Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java550 GlobalConfiguration.getDeviceManagerInstance(); in addDefaultCommands()
558 GlobalConfiguration.getDeviceManagerInstance(); in addDefaultCommands()
DCommandScheduler.java954 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java1145 if (GlobalConfiguration.getDeviceManagerInstance() instanceof DeviceManager) { in handleAndLogReleaseState()
1147 ((DeviceManager) GlobalConfiguration.getDeviceManagerInstance()) in handleAndLogReleaseState()
DInvocationExecution.java927 return GlobalConfiguration.getDeviceManagerInstance().getAdbVersion();
/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()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/companion/
DCompanionDeviceTracker.java106 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceUpdateTargetPreparer.java75 IDeviceManager deviceManager = GlobalConfiguration.getDeviceManagerInstance(); in setUp()
DGkiDeviceFlashPreparer.java124 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
DGsiDeviceFlashPreparer.java143 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
DDeviceFlashPreparer.java159 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/adb/
DAdbStopServerPreparer.java136 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparer.java122 return GlobalConfiguration.getDeviceManagerInstance(); in getDeviceManager()
/tools/tradefederation/core/src/com/android/tradefed/util/
DBundletoolUtil.java207 String adbPath = GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java406 return GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java411 return GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java134 public static IDeviceManager getDeviceManagerInstance() { in getDeviceManagerInstance() method in GlobalConfiguration