Searched refs:mExcludeAnnotations (Results 1 – 2 of 2) sorted by relevance
43 private Set<String> mExcludeAnnotations = new HashSet<>(); field in TestFilterHelper53 mExcludeAnnotations.addAll(excludeAnnotation); in TestFilterHelper()102 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()109 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()133 return mExcludeAnnotations; in getExcludeAnnotation()141 mExcludeAnnotations.clear(); in clearExcludeAnnotations()175 if (!mExcludeAnnotations.isEmpty()) { in isExcluded()177 if (mExcludeAnnotations.contains(a.annotationType().getName())) { in isExcluded()
136 private Set<String> mExcludeAnnotations = new HashSet<>(); field in HostTest187 mIncludeAnnotations, mExcludeAnnotations); in HostTest()332 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in countTestCases()412 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()421 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()434 return mExcludeAnnotations; in getExcludeAnnotations()447 mExcludeAnnotations.clear(); in clearExcludeAnnotations()497 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in run()770 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in getTestMethods()1048 mExcludeAnnotations); in applyFilters()