Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DProxy.annotated.java43 @libcore.util.NonNull public static java.lang.reflect.InvocationHandler getInvocationHandler(@libco… in getInvocationHandler() method in Proxy
/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/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java96 public static java.lang.reflect.InvocationHandler getInvocationHandler(java.lang.Object proxy) in getInvocationHandler() method in Proxy
/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.java975 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()
/libcore/api/
Dcurrent.txt4643 …method @NonNull public static java.lang.reflect.InvocationHandler getInvocationHandler(@NonNull Ob…