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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
InstrumentationRunnerValidator.java 83 * Helper method to determine if given manifest has a <code>SdkConstants.LIBRARY_TEST_RUNNER
91 if (AdtConstants.LIBRARY_TEST_RUNNER.equals(lib.getName())) {
133 AdtConstants.LIBRARY_TEST_RUNNER);
AndroidJUnitLaunchConfigDelegate.java 240 AdtConstants.LIBRARY_TEST_RUNNER,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 224 public static final String LIBRARY_TEST_RUNNER = "android.test.runner"; //$NON-NLS-1$

Completed in 121 milliseconds