Searched refs:adbPath (Results 1 – 5 of 5) sorted by relevance
153 String adbPath = getDeviceManager().getAdbPath(); in setPathVariable() local154 if (!adbPath.equals("adb")) { // ignore default binary in setPathVariable()155 adbBinary = new File(adbPath); in setPathVariable()
207 String adbPath = GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath() local209 if (!new File(adbPath).exists()) { in getAdbPath()212 return adbPath; in getAdbPath()
202 String adbPath = getAdbPath(); in updateAdb() local204 if (!adbPath.equals("adb")) { in updateAdb()205 updatedAdb = new File(adbPath); in updateAdb()
273 String adbPath = getAdbPath(); in runSinglePythonFile() local275 if (!adbPath.equals("adb")) { in runSinglePythonFile()276 updatedAdb = new File(adbPath); in runSinglePythonFile()
653 private void expectedAdbPath(File adbPath) { in expectedAdbPath() argument664 mMockRunUtil.setEnvVariable("PATH", String.format("%s:bin/", adbPath.getParent())); in expectedAdbPath()