Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/xmlpersistence/src/main/kotlin/
H A DGenerator.kt116 private val xmlPullParserExceptionType = ClassName.get("org.xmlpull.v1", "XmlPullParserException") regex
138 "catch (\$1T | \$2T e)", IOException::class.java, xmlPullParserExceptionType
164 .addExceptions(listOf(ClassName.get(IOException::class.java), xmlPullParserExceptionType))
206 listOf(ClassName.get(IOException::class.java), xmlPullParserExceptionType)