Home
last modified time | relevance | path

Searched refs:notAnnotations (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DTestFilterable.java70 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
71 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java282 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
283 mExcludeAnnotation.addAll(notAnnotations); in addAllExcludeAnnotation()
284 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
DHostTest.java473 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
474 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
475 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
DIsolatedHostTest.java994 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
995 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java117 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
118 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestSuiteStub.java275 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
276 mExcludeAnnotationFilter.addAll(notAnnotations); in addAllExcludeAnnotation()