HomeSort by relevance Sort by last modified time
    Searched full:savelocation (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 113 String saveLocation = fileDialog.open();
114 if (saveLocation != null) {
115 mDestination.setText(saveLocation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 279 final String saveLocation = fileDialog.open();
280 if (saveLocation != null) {
286 new File(saveLocation),
298 "more efficiently.", saveLocation));

Completed in 218 milliseconds