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.kt57 checkMethod(method, isKotlin) in <lambda>()
73 fun checkMethod(method: MethodItem, isKotlin: Boolean = method.isKotlin()) { in <lambda>() method
DApiLint.kt266 checkMethod(method, filterReference) in <lambda>()
274 kotlinInterop.checkMethod(method) in <lambda>()
358 private fun checkMethod( in <lambda>() method in com.android.tools.metalava.ApiLint