HomeSort by relevance Sort by last modified time
    Searched refs:getSdkLocation (Results 1 - 13 of 13) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 60 sdk.getSdkLocation(),
SdkManagerAction.java 150 String osSdkLocation = sdk == null ? null : sdk.getSdkLocation();
275 sdk.getSdkLocation(),
AddSupportJarAction.java 169 String sdkLocation = sdk.getSdkLocation();
226 String sdkLocation = sdk.getSdkLocation();
299 String sdkLocation = sdk.getSdkLocation();
DexDumpAction.java 129 String sdkOsPath = current.getSdkLocation();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 480 mSdk.getSdkLocation(),
EmulatorConfigTab.java 245 Sdk.getCurrent().getSdkLocation(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 318 File annotationsJar = new File(Sdk.getCurrent().getSdkLocation(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
BuildFileCreator.java 101 File gradleLocation = new File(Sdk.getCurrent().getSdkLocation(), GRADLE_WRAPPER_LOCATION);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 326 public String getSdkLocation() {
332 * at the current {@link #getSdkLocation()}.
340 * <pre>SdkManager.createManager(Sdk.getCurrent().getSdkLocation(), log);</pre>
346 return SdkManager.createManager(getSdkLocation(), log);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 551 envMap.put("PROGUARD_HOME", Sdk.getCurrent().getSdkLocation() + //$NON-NLS-1$
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 426 File sdkLocation = new File(Sdk.getCurrent().getSdkLocation());
    [all...]

Completed in 2312 milliseconds