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

  /frameworks/testing/androidtestlib/src/com/android/test/runner/
AndroidJUnitRunner.java 99 * -e notAnnotation com.android.foo.MyAnnotation
104 * e.g. "-e size large -e notAnnotation com.android.foo.MyAnnotation" will run tests with
130 private static final String ARGUMENT_NOT_ANNOTATION = "notAnnotation";
355 String notAnnotation = arguments.getString(ARGUMENT_NOT_ANNOTATION);
356 if (notAnnotation != null) {
357 builder.addAnnotationExclusionFilter(notAnnotation);
TestRequestBuilder.java 240 * @param notAnnotation the full class name of annotation
242 public void addAnnotationExclusionFilter(String notAnnotation) {
243 Class<? extends Annotation> annotationClass = loadAnnotationClass(notAnnotation);
  /development/testrunner/test_defs/
instrumentation_test.py 135 instrumentation_args["notAnnotation"] = options.test_not_annotation
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 115 * -e notAnnotation com.android.foo.MyAnnotation
191 static final String ARGUMENT_NOT_ANNOTATION = "notAnnotation";
    [all...]

Completed in 605 milliseconds