Home
last modified time | relevance | path

Searched refs:HostStubGenUserErrorException (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/
DHostStubGenErrors.kt22 throw HostStubGenUserErrorException(message) in onErrorFound()
DExceptions.kt52 class HostStubGenUserErrorException(message: String) : Exception(message), UserErrorException class