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

/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DProxyTest.java231 * java.lang.reflect.Proxy#getInvocationHandler(java.lang.Object)
246 .getInvocationHandler(p) == handler);
249 Proxy.getInvocationHandler("");
/libcore/luni/src/main/java/java/lang/reflect/
H A DProxy.java260 public static InvocationHandler getInvocationHandler(Object proxy) method in class:Proxy
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
H A DAnnotationFactory.java191 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory ) {

Completed in 287 milliseconds