Searched refs:notAnnotations (Results 1 – 7 of 7) sorted by relevance
282 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument283 mExcludeAnnotation.addAll(notAnnotations); in addAllExcludeAnnotation()284 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
433 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument434 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()435 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
503 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument504 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
92 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument93 mReceivedFiltered.addAll(notAnnotations); in addAllExcludeAnnotation()
114 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument115 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
274 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument275 mExcludeAnnotationFilter.addAll(notAnnotations); in addAllExcludeAnnotation()
46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() argument