HomeSort by relevance Sort by last modified time
    Searched refs:testApplicationName (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/
ApplicationInfoPage.java 226 if (mValues.testApplicationName != null) {
227 mTestApplicationText.setText(mValues.testApplicationName);
332 mValues.testApplicationName = suggestTestApplicationName(mValues.applicationName);
335 mTestApplicationText.setText(mValues.testApplicationName);
358 mValues.testApplicationName = mTestApplicationText.getText().trim();
413 if (mValues.testApplicationName == null ||
414 mValues.testApplicationName.length() == 0) {
415 mValues.testApplicationName =
425 mTestApplicationText.setText(mValues.testApplicationName);
NewProjectWizardState.java 138 public String testApplicationName;
ProjectNamePage.java 236 mValues.testApplicationName =
NewProjectCreator.java 514 dictionary.put(STRING_APP_NAME, mValues.testApplicationName);
    [all...]

Completed in 3005 milliseconds