Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt676 var hashCodeMethod: MethodItem? = null in <lambda>() variable
682 hashCodeMethod = method in <lambda>()
685 if ((equalsMethod == null) != (hashCodeMethod == null)) { in <lambda>()
686 val method = equalsMethod ?: hashCodeMethod!! in <lambda>()