Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DKotlinInteropChecks.kt52 checkMethod(method, isKotlin) in check()
68 fun checkMethod(method: MethodItem, isKotlin: Boolean = method.isKotlin()) { in checkMethod() method
DApiLint.kt250 checkMethod(method, filterReference) in <lambda>()
258 kotlinInterop?.checkMethod(method, isKotlin) in <lambda>()
336 private fun checkMethod( in <lambda>() method in com.android.tools.metalava.ApiLint