Searched refs:addAllExcludeAnnotation (Results 1 – 5 of 5) sorted by relevance
46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() method
173 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotation); in run()258 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in DeviceTestCase260 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
297 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in countTestCases()385 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in HostTest387 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()436 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in run()667 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in getTestMethods()917 ((ITestAnnotationFilterReceiver) test).addAllExcludeAnnotation( in applyFilters()
235 public void addAllExcludeAnnotation(Set<String> excludeAnnotations) { in addAllExcludeAnnotation() method in AndroidJUnitTest
110 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() method in TestFilterHelper