HomeSort by relevance Sort by last modified time
    Searched refs:mPages (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/
ExportWizard.java 150 private ExportWizardPage mPages[] = new ExportWizardPage[5];
185 addPage(mPages[0] = new ProjectCheckPage(this, PAGE_PROJECT_CHECK));
186 addPage(mKeystoreSelectionPage = mPages[1] = new KeystoreSelectionPage(this,
188 addPage(mKeyCreationPage = mPages[2] = new KeyCreationPage(this, PAGE_KEY_CREATION));
189 addPage(mKeySelectionPage = mPages[3] = new KeySelectionPage(this, PAGE_KEY_SELECTION));
190 addPage(mKeyCheckPage = mPages[4] = new KeyCheckPage(this, PAGE_KEY_CHECK));
488 for (ExportWizardPage page : mPages) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
SdkUpdaterWindowImpl1.java 66 private ArrayList<Composite> mPages = new ArrayList<Composite>();
352 mPages.add(page);
397 * @param index An index between 0 and {@link #mPages}'s length - 1.
400 Composite page = mPages.get(index);
435 for (Object page : mPages) {
453 for (Composite p : mPages) {

Completed in 63 milliseconds