Home
last modified time | relevance | path

Searched defs:addAllExcludeAnnotation (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() method
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DTestFilterable.java70 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestFilterable
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java282 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in DeviceTestCase
DAndroidJUnitTest.java320 public void addAllExcludeAnnotation(Set<String> excludeAnnotations) { in addAllExcludeAnnotation() method in AndroidJUnitTest
DIsolatedHostTest.java994 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in IsolatedHostTest
DHostTest.java473 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in HostTest
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestSuiteStub.java275 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestSuiteStub
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java117 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestFilterHelper