Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java43 private Set<String> mExcludeAnnotations = new HashSet<>(); field in TestFilterHelper
53 mExcludeAnnotations.addAll(excludeAnnotation); in TestFilterHelper()
102 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
109 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
133 return mExcludeAnnotations; in getExcludeAnnotation()
141 mExcludeAnnotations.clear(); in clearExcludeAnnotations()
175 if (!mExcludeAnnotations.isEmpty()) { in isExcluded()
177 if (mExcludeAnnotations.contains(a.annotationType().getName())) { in isExcluded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostTest.java136 private Set<String> mExcludeAnnotations = new HashSet<>(); field in HostTest
187 mIncludeAnnotations, mExcludeAnnotations); in HostTest()
332 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in countTestCases()
412 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
421 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
434 return mExcludeAnnotations; in getExcludeAnnotations()
447 mExcludeAnnotations.clear(); in clearExcludeAnnotations()
497 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in run()
770 mFilterHelper.addAllExcludeAnnotation(mExcludeAnnotations); in getTestMethods()
1048 mExcludeAnnotations); in applyFilters()