Home
last modified time | relevance | path

Searched refs:mIncludeAnnotations (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java42 private Set<String> mIncludeAnnotations = new HashSet<>(); field in TestFilterHelper
54 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()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostTest.java130 private Set<String> mIncludeAnnotations = new HashSet<>(); field in HostTest
183 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()