Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DProxyTest.java232 .getInvocationHandler(p) == handler); in test_getInvocationHandlerLjava_lang_Object()
234 Proxy.getInvocationHandler(""); in test_getInvocationHandlerLjava_lang_Object()
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java186 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory) { in equals()
/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java885 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler() method in Proxy
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java1554 … boolean equals = Proxy.getInvocationHandler(objLoaded).getClass() == MyInvocationHandler.class; in test_writeObject_Proxy()