Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java87 private Set<String> mExcludeAnnotationFilter = new HashSet<>(); field in TestSuiteStub
255 mExcludeAnnotationFilter.add(notAnnotation); in addExcludeAnnotation()
265 mExcludeAnnotationFilter.addAll(notAnnotations); in addAllExcludeAnnotation()
275 return mExcludeAnnotationFilter; in getExcludeAnnotations()
285 mExcludeAnnotationFilter.clear(); in clearExcludeAnnotations()