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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/
StubProjectCreationPage.java 87 public boolean useDefaultLocation() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 209 public boolean useDefaultLocation();
281 public boolean useDefaultLocation() {
709 } else if (mInfo.isNewProject() && mInfo.useDefaultLocation()) {
782 boolean use_default = mInfo.useDefaultLocation() && !is_create_from_sample;
    [all...]
NewTestProjectCreationPage.java 222 public boolean useDefaultLocation() {
706 if (mInfo.useDefaultLocation()) {
    [all...]

Completed in 1934 milliseconds