Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DDexmakerMockMaker.java87 InvocationHandler invocationHandler = new InvocationHandlerAdapter(handler); in createMock() local
96 …T mock = (T) Proxy.newProxyInstance(typeToMock.getClassLoader(), classesToMock, invocationHandler); in createMock()
116 ProxyBuilder.setInvocationHandler(mock, invocationHandler); in createMock()
184 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);
185 return invocationHandler instanceof InvocationHandlerAdapter
186 ? (InvocationHandlerAdapter) invocationHandler
191 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock);
192 return invocationHandler instanceof InvocationHandlerAdapter
193 ? (InvocationHandlerAdapter) invocationHandler
/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java74 DelegatingInvocationHandler<T> invocationHandler = new DelegatingInvocationHandler<>(); in createProxy() local
75 invocationHandlers.add(invocationHandler); in createProxy()
85 invocationHandler)); in createProxy()
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider.java359 InvocationHandler invocationHandler = in get() local
407 invocationHandler)); in get()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java814 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughConcreteClass() local
823 .handler(invocationHandler) in testImplementInterfaceCallingThroughConcreteClass()
840 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughInterface() local
850 .handler(invocationHandler) in testImplementInterfaceCallingThroughInterface()
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableListTest.java579 InvocationHandler invocationHandler =
627 invocationHandler);
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableListTest.java585 InvocationHandler invocationHandler =
633 invocationHandler);