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.java88 private Set<String> mExcludeAnnotationFilter = new HashSet<>(); field in TestSuiteStub
265 mExcludeAnnotationFilter.add(notAnnotation); in addExcludeAnnotation()
275 mExcludeAnnotationFilter.addAll(notAnnotations); in addAllExcludeAnnotation()
285 return mExcludeAnnotationFilter; in getExcludeAnnotations()
295 mExcludeAnnotationFilter.clear(); in clearExcludeAnnotations()