Searched refs:mIncludeAnnotations (Results 1 – 5 of 5) sorted by relevance
32 private Set<String> mIncludeAnnotations = new HashSet<>(); field in TestFilterable36 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()51 return mIncludeAnnotations; in getIncludeAnnotations()56 mIncludeAnnotations.clear(); in clearIncludeAnnotations()66 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()
49 private Set<String> mIncludeAnnotations = new HashSet<>(); field in TestFilterHelper61 mIncludeAnnotations.addAll(includeAnnotation); in TestFilterHelper()97 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()104 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()138 return mIncludeAnnotations; in getIncludeAnnotation()146 mIncludeAnnotations.clear(); in clearIncludeAnnotations()196 if (!mIncludeAnnotations.isEmpty()) { in isIncluded()198 neededAnnotation.addAll(mIncludeAnnotations); in isIncluded()238 if (mIncludeAnnotations.isEmpty() in shouldRun()
34 private Set<String> mIncludeAnnotations = new HashSet<>(); field in IsolationFilter44 mIncludeAnnotations = new HashSet<String>(includeAnnotations); in IsolationFilter()106 if (!mIncludeAnnotations.isEmpty()) { in checkIncludeAnnotations()108 neededAnnotation.addAll(mIncludeAnnotations); in checkIncludeAnnotations()
116 private Set<String> mIncludeAnnotations = new HashSet<>(); field in IsolatedHostTest268 || !mIncludeAnnotations.isEmpty() in run()274 .addAllIncludeAnnotations(mIncludeAnnotations) in run()977 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()989 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()1001 return mIncludeAnnotations; in getIncludeAnnotations()1013 mIncludeAnnotations.clear(); in clearIncludeAnnotations()
149 private Set<String> mIncludeAnnotations = new HashSet<>(); field in HostTest239 mIncludeFilters, mExcludeFilters, mIncludeAnnotations, mExcludeAnnotations); in HostTest()382 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in countTestCases()447 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()456 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()481 return mIncludeAnnotations; in getIncludeAnnotations()493 mIncludeAnnotations.clear(); in clearIncludeAnnotations()553 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in run()902 mFilterHelper.addAllIncludeAnnotation(mIncludeAnnotations); in getTestMethods()1264 mIncludeAnnotations); in applyFilters()