Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java113 private static class DelegatingInvocationHandler extends AbstractInvocationHandler class in AbstractInvocationHandlerTest
117 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler
/external/guava/guava-tests/test/com/google/common/reflect/
DAbstractInvocationHandlerTest.java113 private static class DelegatingInvocationHandler extends AbstractInvocationHandler class in AbstractInvocationHandlerTest
117 DelegatingInvocationHandler(Object delegate) { in DelegatingInvocationHandler() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler
/external/guice/core/src/com/google/inject/internal/
DDelegatingInvocationHandler.java24 class DelegatingInvocationHandler<T> implements InvocationHandler { class