Home
last modified time | relevance | path

Searched defs:reportImportException (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/
H A DImportFeedback.kt21 fun reportImportException(exception: Throwable) method
/aosp_15_r20/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/
H A DDummyImportFeedback.kt22 override fun reportImportException(exception: Throwable) { } in reportImportException() method
28 override fun reportImportException(exception: Throwable) { in reportImportException() method
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
H A DPrintlnImportFeedback.kt23 override fun reportImportException(exception: Throwable) { in reportImportException() method in trebuchet.util.PrintlnImportFeedback