Home
last modified time | relevance | path

Searched refs:addAllExcludeAnnotation (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() method
DDeviceTestCase.java173 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotation); in run()
258 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in DeviceTestCase
260 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
DHostTest.java297 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in countTestCases()
385 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in HostTest
387 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
436 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in run()
667 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in getTestMethods()
917 ((ITestAnnotationFilterReceiver) test).addAllExcludeAnnotation( in applyFilters()
DAndroidJUnitTest.java235 public void addAllExcludeAnnotation(Set<String> excludeAnnotations) { in addAllExcludeAnnotation() method in AndroidJUnitTest
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java110 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestFilterHelper