Home
last modified time | relevance | path

Searched refs:NoAlternativesSpecifiedError (Results 1 – 3 of 3) sorted by relevance

/tools/platform-compat/java/com/android/class2nonsdklist/
DNoAlternativesSpecifiedError.java19 public class NoAlternativesSpecifiedError extends AlternativeNotFoundError { class
DApiResolver.java106 throw new NoAlternativesSpecifiedError(); in resolvePublicAlternatives()
/tools/platform-compat/javatest/com/android/class2nonsdklist/
DApiResolverTest.java103 expectThrows(NoAlternativesSpecifiedError.class, in testNoPublicClassAlternatives()