Home
last modified time | relevance | path

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

/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.java433 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
434 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
435 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
DIsolatedHostTest.java503 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
504 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java92 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
93 mReceivedFiltered.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java114 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
115 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java274 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
275 mExcludeAnnotationFilter.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() argument