Searched refs:excludeAnnotations (Results 1 – 5 of 5) sorted by relevance
59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup() local61 excludeAnnotations.remove(AppModeInstant.class.getCanonicalName()); in applySetup()63 excludeAnnotations.add(AppModeFull.class.getCanonicalName()); in applySetup()66 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup() local61 excludeAnnotations.add(SystemUserOnly.class.getCanonicalName()); in applySetup()64 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
41 Collection<String> excludeAnnotations) { in IsolationFilter() argument45 mExcludeAnnotations = new HashSet<String>(excludeAnnotations); in IsolationFilter()
283 public void addAllExcludeAnnotation(Set<String> excludeAnnotations) { in addAllExcludeAnnotation() argument284 mExcludeAnnotation.addAll(excludeAnnotations); in addAllExcludeAnnotation()
58 repeated string excludeAnnotations = 4; field