Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DInvocationHandlerAdapter.java48 } else if (isHashCodeMethod(method)) { in invoke()
76 private static boolean isHashCodeMethod(Method method) {
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DInvocationHandlerAdapter.java48 private static boolean isHashCodeMethod(Method method) { in isHashCodeMethod() method in InvocationHandlerAdapter
108 } else if (isHashCodeMethod(method)) {