Home
last modified time | relevance | path

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

/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
DDexmakerMockMaker.java41 InvocationHandler invocationHandler = new InvocationHandlerAdapter(handler); in createMock() local
85 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock); in getInvocationHandlerAdapter() local
92 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock); in getInvocationHandlerAdapter() local
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
DProxyBuilderTest.java644 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughConcreteClass() local
668 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughInterface() local