Home
last modified time | relevance | path

Searched defs:ProxiedMethod (Results 1 – 1 of 1) sorted by relevance

/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DInvocationHandlerAdapter.java76 private static class ProxiedMethod implements MockitoMethod, RealMethod { class in InvocationHandlerAdapter
79 ProxiedMethod(Method method) { in ProxiedMethod() method in InvocationHandlerAdapter.ProxiedMethod