HomeSort by relevance Sort by last modified time
    Searched refs: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 127 String saveLocation = fileDialog.open();
128 if (saveLocation != null) {
129 mDestination.setText(saveLocation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 359 final String saveLocation = fileDialog.open();
360 if (saveLocation != null) {
366 new File(saveLocation),
378 "more efficiently.", saveLocation));

Completed in 104 milliseconds