Searched refs:mExcludeAnnotationFilter (Results 1 – 1 of 1) sorted by relevance
88 private Set<String> mExcludeAnnotationFilter = new HashSet<>(); field in TestSuiteStub265 mExcludeAnnotationFilter.add(notAnnotation); in addExcludeAnnotation()275 mExcludeAnnotationFilter.addAll(notAnnotations); in addAllExcludeAnnotation()285 return mExcludeAnnotationFilter; in getExcludeAnnotations()295 mExcludeAnnotationFilter.clear(); in clearExcludeAnnotations()