Searched refs:adbPath (Results 1 – 3 of 3) sorted by relevance
38 public static void updateAdb(TestInformation testInfo, IRunUtil runUtil, String adbPath) { in updateAdb() argument42 if (!adbPath.equals("adb")) { in updateAdb()43 updatedAdb = new File(adbPath); in updateAdb()48 adbPath)); in updateAdb()
177 String adbPath = getDeviceManager().getAdbPath(); in setPathVariable() local178 if (!adbPath.equals("adb")) { // ignore default binary in setPathVariable()179 adbBinary = new File(adbPath); in setPathVariable()
265 String adbPath = GlobalConfiguration.getDeviceManagerInstance().getAdbPath(); in getAdbPath() local267 if (!new File(adbPath).exists()) { in getAdbPath()270 return adbPath; in getAdbPath()