HomeSort by relevance Sort by last modified time
    Searched refs:useDefaultLocation (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 188 mUseDefaultCheckBox.setSelection(mValues.useDefaultLocation);
205 } else if (source == mLocationText && !mValues.useDefaultLocation) {
255 mValues.useDefaultLocation = true;
267 mValues.useDefaultLocation = mUseDefaultCheckBox.getSelection();
284 boolean useDefault = mValues.useDefaultLocation && !isCreateFromSample;
359 boolean useDefault = mValues.useDefaultLocation;
440 if (!mValues.useDefaultLocation) {
NewProjectWizardState.java 59 public boolean useDefaultLocation = true;
SampleSelectionPage.java 211 if (mValues.useDefaultLocation) {
NewProjectCreator.java 321 if ((!mValues.useDefaultLocation || mValues.useExisting)
326 if (mValues.mode == Mode.ANY && !mValues.useExisting && !mValues.useDefaultLocation &&
394 if ((!mValues.useDefaultLocation || mValues.useExisting)
399 if (!mValues.useDefaultLocation && !validateNewProjectLocationIsEmpty(path)) {
    [all...]
ApplicationInfoPage.java 511 if (!mValues.useDefaultLocation) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 115 state.useDefaultLocation = false;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 240 state.useDefaultLocation = true;

Completed in 909 milliseconds