Searched refs:notAnnotations (Results 1 – 6 of 6) sorted by relevance
282 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument283 mExcludeAnnotation.addAll(notAnnotations); in addAllExcludeAnnotation()284 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
46 void addAllExcludeAnnotation(Set<String> notAnnotations); in addAllExcludeAnnotation() argument
420 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument421 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()422 mFilterHelper.addAllExcludeAnnotation(notAnnotations); in addAllExcludeAnnotation()
91 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument92 mReceivedFiltered.addAll(notAnnotations); in addAllExcludeAnnotation()
108 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument109 mExcludeAnnotations.addAll(notAnnotations); in addAllExcludeAnnotation()
264 public void addAllExcludeAnnotation(Set<String> notAnnotations) { in addAllExcludeAnnotation() argument265 mExcludeAnnotationFilter.addAll(notAnnotations); in addAllExcludeAnnotation()