Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DExtractAnnotations.kt178 checkItem(field) in <lambda>()
182 checkItem(method) in <lambda>()
186 checkItem(parameter) in <lambda>()
190 private fun checkItem(item: Item) { in <lambda>() method
DNullabilityAnnotationsValidator.kt91 checkItem(method, RETURN_LABEL, method.returnType(), method) in <lambda>()
95checkItem(parameter.containingMethod(), parameter.toString(), parameter.type(), parameter) in <lambda>()
117 private fun checkItem(method: MethodItem, label: String, type: TypeItem?, item: Item) { in <lambda>() method in com.android.tools.metalava.NullabilityAnnotationsValidator