Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/extended/
DExtendedMockito.java384 Method pushMethod = matcherStackField.getType().getDeclaredMethod("push", in verifyInt() local
388 pushMethod.invoke(matcherStackField.get(argMatcherStorage), matcher); in verifyInt()