Home | History | Annotate | Download | only in ddms

Lines Matching refs:adbLocation

485         String adbLocation;
491 adbLocation = platformTools.getAbsolutePath() + File.separator + "adb"; //$NON-NLS-1$
493 adbLocation = ddmsParentLocation + File.separator + "adb"; //$NON-NLS-1$
496 adbLocation = "adb"; //$NON-NLS-1$
500 AndroidDebugBridge.createBridge(adbLocation, true /* forceNewBridge */);