Home
last modified time | relevance | path

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

/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DProxyTest.java313 .getInvocationHandler(p) == handler); in test_getInvocationHandlerLjava_lang_Object()
316 Proxy.getInvocationHandler(""); in test_getInvocationHandlerLjava_lang_Object()
/dalvik/libcore/luni/src/main/java/java/lang/reflect/
DProxy.java278 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler() method in Proxy
/dalvik/tests/044-proxy/src/
DBasicTest.java37 if (Proxy.getInvocationHandler(proxy) == null) in main()
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/lang/annotation/
DAnnotationFactory.java194 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory ) { in equals()
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
DSerializationStressTest4.java2691 Proxy.getInvocationHandler(proxyInstanceOut).getClass()); in test_writeObject_Proxy()