Home
last modified time | relevance | path

Searched refs:getAdbPath (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DBundletoolUtil.java79 String adbArg = "--adb=" + getAdbPath(); in generateDeviceSpecFile()
154 String adbArg = "--adb=" + getAdbPath(); in installApks()
182 protected String getAdbPath() { in getAdbPath() method in BundletoolUtil
183 return GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath()
/tools/tradefederation/core/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java179 String adbPath = getAdbPath(); in runSinglePythonFile()
267 String getAdbPath() { in getAdbPath() method in PythonBinaryHostTest
268 return GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java256 public String getAdbPath(); in getAdbPath() method
DDeviceManager.java1373 public String getAdbPath() { in getAdbPath() method in DeviceManager
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DBundletoolUtilTest.java61 protected String getAdbPath() { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java406 public String getAdbPath() { in getAdbPath() method in MockDeviceManager
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java66 String getAdbPath() { in setUp()