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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 124 mCurrentRadioButton.setSelection(mValues.testingSelf);
125 mExistingRadioButton.setSelection(!mValues.testingSelf);
126 mProjectList.setEnabled(!mValues.testingSelf);
131 if (!mValues.testingSelf) {
161 mValues.testingSelf = false;
166 mValues.testingSelf = true;
256 if (mValues.testingSelf) {
276 if (!mValues.testingSelf) {
NewProjectWizardState.java 121 public boolean testingSelf;
NewProjectCreator.java 376 assert mValues.testingSelf;
382 if (mValues.testingSelf) {
    [all...]

Completed in 3754 milliseconds