Searched refs:mIncludeAnnotations (Results 1 – 2 of 2) sorted by relevance
42 private Set<String> mIncludeAnnotations = new HashSet<>(); field in TestFilterHelper54 mIncludeAnnotations.addAll(includeAnnotation); in TestFilterHelper()90 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()97 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()123 return mIncludeAnnotations; in getIncludeAnnotation()175 if (!mIncludeAnnotations.isEmpty()) { in isIncluded()177 neededAnnotation.addAll(mIncludeAnnotations); in isIncluded()217 if (mIncludeAnnotations.isEmpty() in shouldRun()
130 private Set<String> mIncludeAnnotations = new HashSet<>(); field in HostTest183 mIncludeAnnotations, mExcludeAnnotations); in HostTest()296 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in countTestCases()359 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()368 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()435 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in run()666 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in getTestMethods()916 mIncludeAnnotations); in applyFilters()