Searched refs:notAnnotation (Results 1 – 7 of 7) sorted by relevance
273 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument274 mExcludeAnnotation.add(notAnnotation); in addExcludeAnnotation()275 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
424 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument425 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()426 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
491 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument492 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
62 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument63 mReceivedFiltered.add(notAnnotation); in addExcludeAnnotation()
107 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument108 mExcludeAnnotations.add(notAnnotation); in addExcludeAnnotation()
264 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() argument265 mExcludeAnnotationFilter.add(notAnnotation); in addExcludeAnnotation()
36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() argument