Searched defs:Mode (Results 1 - 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
H A DNewProjectWizardState.java48 public Mode mode;
184 public NewProjectWizardState(Mode mode) {
186 if (mode == Mode.SAMPLE) {
188 } else if (mode == Mode.TEST) {
285 if (mode == Mode.ANY && useExisting) {
393 public enum Mode { enum in class:NewProjectWizardState
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
H A DExtractStringRefactoring.java141 public enum Mode { enum in class:ExtractStringRefactoring
160 /** The {@link Mode} of operation of the refactoring. */
161 private final Mode mMode;
166 * Value is null when not on {@link Mode#EDIT_SOURCE} mode. */
173 * Value is -1 when not on {@link Mode#EDIT_SOURCE} mode. */
176 * Value is -1 when not on {@link Mode#EDIT_SOURCE} mode. */
182 * Value is null when not on {@link Mode#EDIT_SOURCE} mode. */
227 mMode = Mode.valueOf(arguments.get(KEY_MODE));
232 if (mMode == Mode.EDIT_SOURCE) {
256 if (mMode == Mode
[all...]

Completed in 30 milliseconds