OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useExisting
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java
55
public boolean
useExisting
;
187
useExisting
= true;
285
if (mode == Mode.ANY &&
useExisting
) {
ProjectNamePage.java
181
if (mValues.
useExisting
) {
263
mValues.
useExisting
= false;
273
mValues.
useExisting
= true;
301
boolean isNewProject = !mValues.
useExisting
;
378
boolean isNewProject = !mValues.
useExisting
|| mValues.mode == Mode.SAMPLE;
417
if (mValues.
useExisting
&& mValues.projectLocation != null
481
if (!mValues.
useExisting
) {
NewProjectCreator.java
382
//if ((!mValues.useDefaultLocation || mValues.
useExisting
)
429
parameters.put(PARAM_IS_NEW_PROJECT, mValues.mode == Mode.ANY && !mValues.
useExisting
);
446
if ((!mValues.useDefaultLocation || mValues.
useExisting
)
451
if (mValues.mode == Mode.ANY && !mValues.
useExisting
&& !mValues.useDefaultLocation &&
485
parameters.put(PARAM_IS_NEW_PROJECT, !mValues.
useExisting
);
521
if ((!mValues.useDefaultLocation || mValues.
useExisting
)
526
if (!mValues.
useExisting
&& !mValues.useDefaultLocation &&
[
all
...]
ApplicationInfoPage.java
285
if (mValues.
useExisting
|| mValues.mode != Mode.ANY) {
514
if (!mValues.
useExisting
) {
561
if (!mValues.
useExisting
|| !mValues.createActivity) {
Completed in 38 milliseconds