Home
last modified time | relevance | path

Searched refs:saveLocation (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DKeyCheckPage.java127 String saveLocation = fileDialog.open(); in createControl()
128 if (saveLocation != null) { in createControl()
129 mDestination.setText(saveLocation); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DExportHelper.java367 final String saveLocation = fileDialog.open(); in exportUnsignedReleaseApk() local
368 if (saveLocation != null) { in exportUnsignedReleaseApk()
374 new File(saveLocation), in exportUnsignedReleaseApk()
386 "more efficiently.", saveLocation)); in exportUnsignedReleaseApk()