Home
last modified time | relevance | path

Searched defs:handleInvocation (Results 1 – 10 of 10) sorted by relevance

/external/guava/android/guava/src/com/google/common/reflect/
DAbstractInvocationHandler.java97 protected abstract Object handleInvocation(Object proxy, Method method, Object[] args) in handleInvocation() method in AbstractInvocationHandler
/external/guava/guava/src/com/google/common/reflect/
DAbstractInvocationHandler.java97 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/
DDummyProxy.java72 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in DummyProxy.DummyHandler
DForwardingWrapperTester.java202 protected Object handleInvocation(Object p, Method calledMethod, Object[] args) in handleInvocation() method in ForwardingWrapperTester.InteractionTester
DFreshValueGenerator.java292 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in FreshValueGenerator.FreshInvocationHandler
/external/guava/guava-testlib/src/com/google/common/testing/
DDummyProxy.java72 protected Object handleInvocation(Object proxy, Method method, Object[] args) { in handleInvocation() method in DummyProxy.DummyHandler
DForwardingWrapperTester.java202 protected Object handleInvocation(Object p, Method calledMethod, Object[] args) in handleInvocation() method in ForwardingWrapperTester.InteractionTester
DFreshValueGenerator.java294 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/
DAbstractInvocationHandlerTest.java122 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/
DAbstractInvocationHandlerTest.java122 protected Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable { in handleInvocation() method in AbstractInvocationHandlerTest.DelegatingInvocationHandler