Home | History | Annotate | Download | only in ddms

Lines Matching refs:adb

75     /** Location of the adb command line executable */
264 // get the available adb locators
314 // get the adb location from an implementation of the ADB Locator extension point.
465 * Stores the adb location. This returns true if the location is an existing file.
470 File adb = new File(adbLocation);
475 if (adb.isFile() == false) {
476 missing += adb.getAbsolutePath() + " ";
501 * Set the location of the adb executable and optionally starts adb
502 * @param adb location of adb
503 * @param startAdb flag to start adb