Searched refs:checkItem (Results 1 – 2 of 2) sorted by relevance
178 checkItem(field) in <lambda>()182 checkItem(method) in <lambda>()186 checkItem(parameter) in <lambda>()190 private fun checkItem(item: Item) { in <lambda>() method in com.android.tools.metalava.ExtractAnnotations
91 checkItem(method, RETURN_LABEL, method.returnType(), method) in <lambda>()95 … checkItem(parameter.containingMethod(), parameter.toString(), parameter.type(), parameter) in <lambda>()117 private fun checkItem(method: MethodItem, label: String, type: TypeItem?, item: Item) { in <lambda>() method