/external/guava/android/guava/src/com/google/common/reflect/ |
D | AbstractInvocationHandler.java | 97 protected abstract Object handleInvocation(Object proxy, Method method, Object[] args) in handleInvocation() method in AbstractInvocationHandler
|
/external/guava/guava/src/com/google/common/reflect/ |
D | AbstractInvocationHandler.java | 97 protected abstract Object handleInvocation(Object proxy, Method method, Object[] args) in handleInvocation() method in AbstractInvocationHandler
|
/external/guava/android/guava-testlib/src/com/google/common/testing/ |
D | DummyProxy.java | 72 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in DummyProxy.DummyHandler
|
D | ForwardingWrapperTester.java | 202 protected Object handleInvocation(Object p, Method calledMethod, Object[] args) in handleInvocation() method in ForwardingWrapperTester.InteractionTester
|
D | FreshValueGenerator.java | 292 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in FreshValueGenerator.FreshInvocationHandler
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | DummyProxy.java | 72 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in DummyProxy.DummyHandler
|
D | ForwardingWrapperTester.java | 202 protected Object handleInvocation(Object p, Method calledMethod, Object[] args) in handleInvocation() method in ForwardingWrapperTester.InteractionTester
|
D | FreshValueGenerator.java | 294 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in FreshValueGenerator.FreshInvocationHandler
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | AbstractInvocationHandlerTest.java | 122 protected Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable { in handleInvocation() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | AbstractInvocationHandlerTest.java | 122 protected Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable { in handleInvocation() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler
|