Searched refs:onErrorFound (Results 1 – 5 of 5) sorted by relevance
44 errors.onErrorFound( in checkSubstitutionMethodCompatibility()52 errors.onErrorFound( in checkSubstitutionMethodCompatibility()59 errors.onErrorFound( in checkSubstitutionMethodCompatibility()
111 options.errors.onErrorFound( in <lambda>()
19 open fun onErrorFound(message: String) { in onErrorFound() method in com.android.hoststubgen.HostStubGenErrors
373 errors.onErrorFound("@SubstituteWith must have either @Stub or @Keep") in <lambda>()385 errors.onErrorFound("@SubstituteWith have a different name") in <lambda>()417 errors.onErrorFound("Annotation \"${an.desc}\" must have field $name") in <lambda>()421 errors.onErrorFound(e.message!!) in <lambda>()
30 override fun onErrorFound(message: String) { in testCheckSubstitutionMethodCompatibility() method