Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt823 } else if (isHashCodeMethod(method)) { in <lambda>()
842 private fun isHashCodeMethod(method: MethodItem): Boolean { in <lambda>() method in com.android.tools.metalava.ApiLint