Searched defs:publicApis (Results 1 – 5 of 5) sorted by relevance
36 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeExactly() local44 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeDeducedPackageName() local52 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeDeducedPackageAndClassName() local60 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeDeducedParameterTypes() local69 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeWarnsOnMultipleParameterTypes() local82 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeFailNoAlternative() local92 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeFailNoAlternativeNoParameterTypes() local101 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>()); in testNoPublicClassAlternatives() local109 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testPublicAlternativesJustPackageAndClassName() local117 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testPublicAlternativesJustClassName() local[all …]
432 Set<String> publicApis = Sets.newHashSet( in testPublicBridgeExcluded() local
41 public ApiResolver(Set<String> publicApis) { in ApiResolver()
43 public CovariantReturnTypeHandler(AnnotationConsumer consumer, Set<String> publicApis, in CovariantReturnTypeHandler()
78 AnnotationConsumer annotationConsumer, Set<String> publicApis, in UnsupportedAppUsageAnnotationHandler()