HomeSort by relevance Sort by last modified time
    Searched full:wizard (Results 126 - 150 of 353) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.h 66 // Notifies wizard on successful connection.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_autolaunch.js 21 * Buttons in oobe wizard's button strip.
oobe_screen_enable_kiosk.js 22 * Buttons in oobe wizard's button strip.
oobe_screen_network.js 53 * Buttons in oobe wizard's button strip.
  /external/chromium_org/chrome/test/functional/
chromeos_oobe.py 20 """TestCases for ChromeOS OOBE wizard flow."""
  /external/proguard/docs/
screenshots.html 29 The graphical user interface to <b>ProGuard</b> works like a wizard. It allows
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 250 * Create an {@link Intent} to start "add new account" setup wizard. Selectable account
254 * {@link android.app.Fragment#startActivityForResult} to start the wizard, and
273 * {@link Account}, or null if the user has canceled the wizard. Pass the {@code resultCode}
279 * extension package account from setup wizard.
  /packages/apps/Email/res/values/
styles.xml 26 <!-- Wizard buttons on the account setup screens -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 51 * asset wizard selection page etc
ConfigureAssetSetPage.java 54 import org.eclipse.jface.wizard.WizardPage;
100 * This is normally page 2 of a Create New Asset Set wizard, unless we can offer actions
140 /** Most recently set image path: preserved across wizard sessions */
159 * Create the wizard.
161 * @param values the wizard state
172 * Create contents of the wizard.
461 // that method is called when the wizard is created, and we want to wait until the
597 // Preserve across wizard sessions
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 29 import org.eclipse.jface.wizard.IWizardPage;
30 import org.eclipse.jface.wizard.WizardPage;
59 * Create the wizard.
61 * @param values value object holding current wizard state
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 29 import org.eclipse.jface.wizard.IWizardPage;
30 import org.eclipse.jface.wizard.WizardPage;
52 * Second wizard page in the "New Project From Template" wizard
StringEvaluator.java 39 * parameter constraints during UI wizard value editing.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizardPage.java 22 import org.eclipse.jface.wizard.WizardPage;
  /frameworks/base/docs/html/tools/publishing/
preparing.jd 86 example, you can use the Eclipse Export Wizard to compile, sign, and optimize your application all
306 <p>You can use the Eclipse Export Wizard to build a release-ready <code>.apk</code> file that is
307 signed with your private key and optimized. To learn how to run the Export Wizard, see
309 ADT</a>. The Export Wizard compiles your application for release, signs your application with your
310 private key, and optimizes your application with the zipalign tool. The Export Wizard should run
315 <p>The Export Wizard assumes that you have a <a href="#billing-keys">certificate and private key</a>
317 the Export Wizard will help you generate one (see
328 private key, the Export Wizard will help you generate one (see
  /frameworks/base/docs/html/tools/testing/
testing_eclipse.jd 81 Wizard</em> dialog.
87 wizard appears.
101 If <em>Use default location</em> is set, then the wizard will suggest a path that is
104 <code>MyTestApp</code>, then the wizard will suggest
116 Android application from the list. You now see that the wizard has completed the Test
125 Click Finish to complete the wizard. If Finish is disabled, look for error messages at the
126 top of the wizard dialog, and then fix any problems.
167 Find the Java package identifier set by the projection creation wizard. If you haven't
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 43 import org.eclipse.jface.wizard.IWizardPage;
44 import org.eclipse.jface.wizard.WizardPage;
87 * resources required by the New Project wizard are present -- we don't
96 * Create the wizard.
97 * @param values current wizard state
114 * Create contents of the wizard.
136 // from the "New Sample Project" wizard?
182 assert false; // This is now handled by the separate import wizard
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 54 * Used by the choose lock pattern wizard to indicate the wizard is
55 * finished, and each activity in the wizard should finish.
57 * Previously, each activity in the wizard would finish itself after
378 // They are canceling the entire wizard
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 71 * Wizard page which inputs parameters for the {@link ExtractStyleRefactoring}
226 // Set up data structures needed by the wizard -- to compute the actual
227 // attributes to list in the wizard (there could be multiple attributes
234 // wizard is invoked from GUI context
277 // wizard.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 115 * <li> On success, the wizard is shown, which lets the user input the new ID to use.
116 * <li> The wizard sets the user input values into this refactoring instance, e.g. the new string
117 * ID, the XML file to update, etc. The wizard does use the utility method
120 * <li> Once Preview or Finish is selected in the wizard, the
134 * <li> TODO: Have a pref in the wizard: [x] Change other XML Files
135 * <li> TODO: Have a pref in the wizard: [x] Change other Java Files
185 /** The XML string ID selected by the user in the wizard. */
190 * in the wizard. This is relative to the project, e.g. "/res/values/string.xml" */
305 * Sets the replacement string ID. Used by the wizard to set the user input.
312 * Sets the replacement string ID. Used by the wizard to set the user input
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 299 RefactoringWizard wizard = new ExtractStringWizard(ref, mProject); local
300 RefactoringWizardOpenOperation op = new RefactoringWizardOpenOperation(wizard);
303 if (op.run(w.getDisplay().getActiveShell(), wizard.getDefaultPageTitle()) ==
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizardPage.java 22 import org.eclipse.jface.wizard.WizardPage;
51 * Create the wizard.
60 * Create contents of the wizard.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 23 import org.eclipse.jface.wizard.IWizardPage;
58 protected KeyCreationPage(ExportWizard wizard, String pageName) {
60 mWizard = wizard;
  /build/target/board/vbox_x86/
init.vbox_x86.rc 45 # For the emulator, which bypasses Setup Wizard, you can specify

Completed in 1499 milliseconds

1 2 3 4 56 7 8 91011>>