Home
last modified time | relevance | path

Searched defs:publicApis (Results 1 – 5 of 5) sorted by relevance

/tools/platform-compat/javatest/com/android/class2nonsdklist/
DApiResolverTest.java36 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeExactly() local
44 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeDeducedPackageName() local
52 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeDeducedPackageAndClassName() local
60 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeDeducedParameterTypes() local
69 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeWarnsOnMultipleParameterTypes() local
82 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeFailNoAlternative() local
92 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testFindPublicAlternativeFailNoAlternativeNoParameterTypes() local
101 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>()); in testNoPublicClassAlternatives() local
109 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testPublicAlternativesJustPackageAndClassName() local
117 Set<String> publicApis = Collections.unmodifiableSet(new HashSet<>( in testPublicAlternativesJustClassName() local
[all …]
DUnsupportedAppUsageAnnotationHandlerTest.java432 Set<String> publicApis = Sets.newHashSet( in testPublicBridgeExcluded() local
/tools/platform-compat/java/com/android/class2nonsdklist/
DApiResolver.java41 public ApiResolver(Set<String> publicApis) { in ApiResolver()
DCovariantReturnTypeHandler.java43 public CovariantReturnTypeHandler(AnnotationConsumer consumer, Set<String> publicApis, in CovariantReturnTypeHandler()
DUnsupportedAppUsageAnnotationHandler.java78 AnnotationConsumer annotationConsumer, Set<String> publicApis, in UnsupportedAppUsageAnnotationHandler()