Searched refs:excludeAnnotations (Results 1 – 10 of 10) sorted by relevance
53 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup() local55 excludeAnnotations.add("android.platform.test.annotations.AppModeFull"); in applySetup()57 excludeAnnotations.add("android.platform.test.annotations.AppModeNonSdkSandbox"); in applySetup()61 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
58 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup() local60 excludeAnnotations.remove("android.platform.test.annotations.AppModeInstant"); in applySetup()62 excludeAnnotations.add("android.platform.test.annotations.AppModeFull"); in applySetup()65 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
104 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup() local106 excludeAnnotations.add("android.platform.test.annotations.SystemUserOnly"); in applySetup()109 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
64 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup() local65 excludeAnnotations.remove(REQUIRE_RUN_ON_SECONDARY_USER_NAME); in applySetup()67 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
77 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup() local78 excludeAnnotations.remove(mRequireRunOnProfileAnnotation); in applySetup()80 filterTest.addAllExcludeAnnotation(excludeAnnotations); in applySetup()
41 Collection<String> excludeAnnotations) { in IsolationFilter() argument45 mExcludeAnnotations = new HashSet<String>(excludeAnnotations); in IsolationFilter()
58 repeated string excludeAnnotations = 4; field
67 val excludeAnnotations: Set<String> = emptySet(), in <lambda>() constant in com.android.tools.metalava.DefaultAnnotationManager.Config146 if (config.excludeAnnotations.contains(qualifiedName)) { in <lambda>()
369 excludeAnnotations = excludeAnnotations, in <lambda>()519 private var excludeAnnotations = mutableExcludeAnnotations variable
320 public void addAllExcludeAnnotation(Set<String> excludeAnnotations) { in addAllExcludeAnnotation() argument321 mExcludeAnnotation.addAll(excludeAnnotations); in addAllExcludeAnnotation()