Searched refs:mExcludeAnnotations (Results 1 – 5 of 5) sorted by relevance
31 private Set<String> mExcludeAnnotations = new HashSet<>(); field in TestFilterable41 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()46 return mExcludeAnnotations; in getExcludeAnnotations()61 mExcludeAnnotations.clear(); in clearExcludeAnnotations()71 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
52 private Set<String> mExcludeAnnotations = new HashSet<>(); field in TestFilterHelper62 mExcludeAnnotations.addAll(excludeAnnotation); in TestFilterHelper()111 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()118 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()142 return mExcludeAnnotations; in getExcludeAnnotation()150 mExcludeAnnotations.clear(); in clearExcludeAnnotations()184 if (!mExcludeAnnotations.isEmpty()) { in isExcluded()186 if (mExcludeAnnotations.contains(a.annotationType().getName())) { in isExcluded()
35 private Set<String> mExcludeAnnotations = new HashSet<>(); field in IsolationFilter45 mExcludeAnnotations = new HashSet<String>(excludeAnnotations); in IsolationFilter()123 if (!mExcludeAnnotations.isEmpty()) { in checkExcludeAnnotations()125 if (mExcludeAnnotations.contains(a.annotationType().getName())) { in checkExcludeAnnotations()
123 private Set<String> mExcludeAnnotations = new HashSet<>(); field in IsolatedHostTest269 || !mExcludeAnnotations.isEmpty()) { in run()275 .addAllExcludeAnnotations(mExcludeAnnotations)); in run()983 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()995 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()1007 return mExcludeAnnotations; in getExcludeAnnotations()1019 mExcludeAnnotations.clear(); in clearExcludeAnnotations()
154 private Set<String> mExcludeAnnotations = new HashSet<>(); field in HostTest239 mIncludeFilters, mExcludeFilters, mIncludeAnnotations, mExcludeAnnotations); in HostTest()383 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in countTestCases()465 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()474 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()487 return mExcludeAnnotations; in getExcludeAnnotations()500 mExcludeAnnotations.clear(); in clearExcludeAnnotations()554 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in run()903 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in getTestMethods()1266 mExcludeAnnotations); in applyFilters()