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