Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DExportWizard.java74 private static final String PAGE_KEY_SELECTION = "Page_KeySelection"; //$NON-NLS-1$ field in ExportWizard
197 addPage(mKeySelectionPage = mPages[3] = new KeySelectionPage(this, PAGE_KEY_SELECTION)); in addPages()