Home
last modified time | relevance | path

Searched refs:getInvocationHandler (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DProxyTest.java246 .getInvocationHandler(p) == handler); in test_getInvocationHandlerLjava_lang_Object()
249 Proxy.getInvocationHandler(""); in test_getInvocationHandlerLjava_lang_Object()
/libcore/luni/src/main/java/java/lang/reflect/
DProxy.java260 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler() method in Proxy
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
DAnnotationFactory.java191 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory ) { in equals()