Searched refs:sdkLocation (Results 1 – 6 of 6) sorted by relevance
114 String sdkLocation = System.getProperty(SDK_PATH_ENVVAR); in findSdkPath() local115 if (isValidSdkLocation(sdkLocation)) { in findSdkPath()116 return sdkLocation; in findSdkPath()120 sdkLocation = System.getenv(SDK_PATH_ENVVAR); in findSdkPath()121 if (isValidSdkLocation(sdkLocation)) { in findSdkPath()122 return sdkLocation; in findSdkPath()133 sdkLocation = new File(toolsFolder).getParent(); in findSdkPath()134 if (isValidSdkLocation(sdkLocation)) { in findSdkPath()135 MonitorPlugin.getDdmsPreferenceStore().setLastSdkPath(sdkLocation); in findSdkPath()136 return sdkLocation; in findSdkPath()[all …]
65 String sdkLocation = AdtPrefs.getPrefs().getOsSdkFolder(); in loadSdk() local68 sdkLocation != null && sdkLocation.length() > 0); in loadSdk()
175 String sdkLocation = sdk.getSdkOsLocation(); in installSupport() local195 sdkLocation); in installSupport()232 String sdkLocation = sdk.getSdkOsLocation(); in getInstalledRevision() local233 SdkManager manager = SdkManager.createManager(sdkLocation, NullLogger.getLogger()); in getInstalledRevision()371 String sdkLocation = sdk.getSdkOsLocation(); in getSupportPackageDir() local372 SdkManager manager = SdkManager.createManager(sdkLocation, NullLogger.getLogger()); in getSupportPackageDir()376 File supportPath = new File(sdkLocation, in getSupportPackageDir()388 File supportPath = new File(sdkLocation, in getSupportPackageDir()
235 public static Sdk loadSdk(String sdkLocation) { in loadSdk() argument277 SdkManager manager = SdkManager.createManager(sdkLocation, log); in loadSdk()
1138 String sdkLocation = AdtPrefs.getPrefs().getOsSdkFolder();1140 return checkSdkLocationAndId(sdkLocation, new CheckSdkErrorHandler() {
448 File sdkLocation = new File(Sdk.getCurrent().getSdkOsLocation()); in getDocUrl() local449 File docs = new File(sdkLocation, FD_DOCS + File.separator + FD_DOCS_REFERENCE); in getDocUrl()