Searched refs:InvocationHandler (Results 1 – 5 of 5) sorted by relevance
23 import java.lang.reflect.InvocationHandler;178 return (T) Proxy.newProxyInstance(loader, new Class[]{interfaze}, new InvocationHandler() { in createProxy()
151 public final InvocationHandler mInvocationHandler;343 mInvocationHandler = new InvocationHandler(mainHandler.getLooper()); in AbstractAccessibilityServiceConnection()1729 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE, in notifyGesture()1735 InvocationHandler.MSG_ON_SYSTEM_ACTIONS_CHANGED); in notifySystemActionsChangedLocked()1740 InvocationHandler.MSG_CLEAR_ACCESSIBILITY_CACHE); in notifyClearAccessibilityNodeInfoCache()2188 private final class InvocationHandler extends Handler { class in AbstractAccessibilityServiceConnection2208 public InvocationHandler(Looper looper) { in InvocationHandler() method in AbstractAccessibilityServiceConnection.InvocationHandler
14408 java.lang.reflect.InvocationHandler
25643 …t/Method;[Ljava/lang/Object;)Ljava/lang/Object;+]Ljava/lang/reflect/InvocationHandler;Llibcore/ref…25645 …nstance(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/…47320 Ljava/lang/reflect/InvocationHandler;
42430 public abstract interface InvocationHandler {42516 ctor protected Proxy(java.lang.reflect.InvocationHandler);42517 …method public static java.lang.reflect.InvocationHandler getInvocationHandler(java.lang.Object) th…42520 …ance(java.lang.ClassLoader, java.lang.Class<?>[], java.lang.reflect.InvocationHandler) throws java…42521 field protected java.lang.reflect.InvocationHandler h;