Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/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()
DITestAnnotationFilterReceiver.java46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() argument
DHostTest.java420 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
421 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
422 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java91 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
92 mReceivedFiltered.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java108 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
109 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java264 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument
265 mExcludeAnnotationFilter.addAll(notAnnotations); in addAllExcludeAnnotation()