Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java74 DelegatingInvocationHandler<T> invocationHandler = new DelegatingInvocationHandler<>(); in createProxy() local
/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
DDexmakerMockMaker.java99 InvocationHandler invocationHandler = new InvocationHandlerAdapter(handler); in createMock() local
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider.java359 InvocationHandler invocationHandler = in get() local
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/gwt/
DCustomFieldSerializerTest.java296 private Object invocationHandler(Object proxy, Method method, Object[] args) { in invocationHandler() method in CustomFieldSerializerTest.MickeyMouseMock
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java814 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughConcreteClass() local
840 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughInterface() local