Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DKeystoreSelectionPage.java54 protected KeystoreSelectionPage(ExportWizard wizard, String pageName) { in KeystoreSelectionPage() argument
55 super(pageName); in KeystoreSelectionPage()
DKeySelectionPage.java61 protected KeySelectionPage(ExportWizard wizard, String pageName) { in KeySelectionPage() argument
62 super(pageName); in KeySelectionPage()
DProjectCheckPage.java63 protected ProjectCheckPage(ExportWizard wizard, String pageName) { in ProjectCheckPage() argument
64 super(pageName); in ProjectCheckPage()
DKeyCreationPage.java58 protected KeyCreationPage(ExportWizard wizard, String pageName) { in KeyCreationPage() argument
59 super(pageName); in KeyCreationPage()
DKeyCheckPage.java83 protected KeyCheckPage(ExportWizard wizard, String pageName) { in KeyCheckPage() argument
84 super(pageName); in KeyCheckPage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java416 protected NewXmlFileCreationPage(String pageName, NewXmlFileWizard.Values values) { in NewXmlFileCreationPage() argument
417 super(pageName); in NewXmlFileCreationPage()