Searched refs:getInvocationHandler (Results 1 – 7 of 7) sorted by relevance
43 @libcore.util.NonNull public static java.lang.reflect.InvocationHandler getInvocationHandler(@libco… in getInvocationHandler() method in Proxy
232 .getInvocationHandler(p) == handler); in test_getInvocationHandlerLjava_lang_Object()234 Proxy.getInvocationHandler(""); in test_getInvocationHandlerLjava_lang_Object()
96 public static java.lang.reflect.InvocationHandler getInvocationHandler(java.lang.Object proxy) in getInvocationHandler() method in Proxy
186 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory) { in equals()
975 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler() method in Proxy
1554 … boolean equals = Proxy.getInvocationHandler(objLoaded).getClass() == MyInvocationHandler.class; in test_writeObject_Proxy()
4643 …method @NonNull public static java.lang.reflect.InvocationHandler getInvocationHandler(@NonNull Ob…