Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DReflectionUtils.java22 import java.lang.reflect.InvocationHandler;
133 return (T) Proxy.newProxyInstance(loader, new Class[]{interfaze}, new InvocationHandler() { in createProxy()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java87 public final InvocationHandler mInvocationHandler;
256 mInvocationHandler = new InvocationHandler(mainHandler.getLooper()); in AbstractAccessibilityServiceConnection()
1131 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE, in notifyGesture()
1137 InvocationHandler.MSG_CLEAR_ACCESSIBILITY_CACHE); in notifyClearAccessibilityNodeInfoCache()
1276 private final class InvocationHandler extends Handler { class in AbstractAccessibilityServiceConnection
1290 public InvocationHandler(Looper looper) { in InvocationHandler() method in AbstractAccessibilityServiceConnection.InvocationHandler
/frameworks/base/config/
Dpreloaded-classes5916 java.lang.reflect.InvocationHandler
Dboot-image-profile.txt26998 …nstance(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/…
38977 Ljava/lang/reflect/InvocationHandler;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42430 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;
/frameworks/base/non-updatable-api/
Dcurrent.txt62785 public interface InvocationHandler {
62888 ctor protected Proxy(@NonNull java.lang.reflect.InvocationHandler);
62889 …method @NonNull public static java.lang.reflect.InvocationHandler getInvocationHandler(@NonNull Ob…
62892 …llable ClassLoader, @NonNull Class<?>[], @NonNull java.lang.reflect.InvocationHandler) throws java…
62893 field protected java.lang.reflect.InvocationHandler h;
/frameworks/base/api/
Dcurrent.txt62929 public interface InvocationHandler {
63032 ctor protected Proxy(@NonNull java.lang.reflect.InvocationHandler);
63033 …method @NonNull public static java.lang.reflect.InvocationHandler getInvocationHandler(@NonNull Ob…
63036 …llable ClassLoader, @NonNull Class<?>[], @NonNull java.lang.reflect.InvocationHandler) throws java…
63037 field protected java.lang.reflect.InvocationHandler h;