Home
last modified time | relevance | path

Searched refs:mPages (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.java158 private ExportWizardPage mPages[] = new ExportWizardPage[5]; field in ExportWizard
193 addPage(mPages[0] = new ProjectCheckPage(this, PAGE_PROJECT_CHECK)); in addPages()
194 addPage(mKeystoreSelectionPage = mPages[1] = new KeystoreSelectionPage(this, in addPages()
196 addPage(mKeyCreationPage = mPages[2] = new KeyCreationPage(this, PAGE_KEY_CREATION)); in addPages()
197 addPage(mKeySelectionPage = mPages[3] = new KeySelectionPage(this, PAGE_KEY_SELECTION)); in addPages()
198 addPage(mKeyCheckPage = mPages[4] = new KeyCheckPage(this, PAGE_KEY_CHECK)); in addPages()
521 for (ExportWizardPage page : mPages) { in updatePageOnChange()