Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DNullabilityAnnotationsValidator.kt104 checkItem(method, RETURN_LABEL, method.returnType(), method) in <lambda>()
108 checkItem( in <lambda>()
137 private fun checkItem(method: MethodItem, label: String, type: TypeItem?, item: Item) { in <lambda>() method
DExtractAnnotations.kt187 checkItem(field) in <lambda>()
191 checkItem(method) in <lambda>()
195 checkItem(parameter) in <lambda>()
199 private fun checkItem(item: Item) { in <lambda>() method in com.android.tools.metalava.ExtractAnnotations