Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DTestFilterable.java32 private Set<String> mIncludeAnnotations = new HashSet<>(); field in TestFilterable
36 mIncludeAnnotations.add(annotation); in addIncludeAnnotation()
51 return mIncludeAnnotations; in getIncludeAnnotations()
56 mIncludeAnnotations.clear(); in clearIncludeAnnotations()
66 mIncludeAnnotations.addAll(annotations); in addAllIncludeAnnotation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java49 private Set<String> mIncludeAnnotations = new HashSet<>(); field in TestFilterHelper
61 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()
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationFilter.java34 private Set<String> mIncludeAnnotations = new HashSet<>(); field in IsolationFilter
44 mIncludeAnnotations = new HashSet<String>(includeAnnotations); in IsolationFilter()
106 if (!mIncludeAnnotations.isEmpty()) { in checkIncludeAnnotations()
108 neededAnnotation.addAll(mIncludeAnnotations); in checkIncludeAnnotations()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java116 private Set<String> mIncludeAnnotations = new HashSet<>(); field in IsolatedHostTest
268 || !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()
DHostTest.java149 private Set<String> mIncludeAnnotations = new HashSet<>(); field in HostTest
239 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()