Searched refs:mIncludeAnnotations (Results 1 – 4 of 4) sorted by relevance
46 private Set<String> mIncludeAnnotations = new HashSet<>(); field in TestFilterHelper58 mIncludeAnnotations.addAll(includeAnnotation); in TestFilterHelper()94 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()101 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()135 return mIncludeAnnotations; in getIncludeAnnotation()143 mIncludeAnnotations.clear(); in clearIncludeAnnotations()193 if (!mIncludeAnnotations.isEmpty()) { in isIncluded()195 neededAnnotation.addAll(mIncludeAnnotations); in isIncluded()234 if (mIncludeAnnotations.isEmpty() in shouldRun()
139 private Set<String> mIncludeAnnotations = new HashSet<>(); field in HostTest201 mIncludeAnnotations, mExcludeAnnotations); in HostTest()344 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in countTestCases()407 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()416 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()441 return mIncludeAnnotations; in getIncludeAnnotations()453 mIncludeAnnotations.clear(); in clearIncludeAnnotations()509 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in run()843 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in getTestMethods()1195 mIncludeAnnotations); in applyFilters()
103 private Set<String> mIncludeAnnotations = new HashSet<>(); field in IsolatedHostTest180 || !mIncludeAnnotations.isEmpty() in run()186 .addAllIncludeAnnotations(mIncludeAnnotations) in run()486 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()498 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()510 return mIncludeAnnotations; in getIncludeAnnotations()522 mIncludeAnnotations.clear(); in clearIncludeAnnotations()
34 private Set<String> mIncludeAnnotations = new HashSet<>(); field in IsolationFilter44 mIncludeAnnotations = new HashSet<String>(includeAnnotations); in IsolationFilter()96 if (!mIncludeAnnotations.isEmpty()) { in checkIncludeAnnotations()98 neededAnnotation.addAll(mIncludeAnnotations); in checkIncludeAnnotations()