Home
last modified time | relevance | path

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

12

/aosp12/art/test/044-proxy/src/
H A DClash2.java17 import java.lang.reflect.InvocationHandler;
28 InvocationHandler handler = new Clash2InvocationHandler(); in main()
53 class Clash2InvocationHandler implements InvocationHandler {
H A DConstructorProxy.java18 import java.lang.reflect.InvocationHandler;
25 class ConstructorProxy implements InvocationHandler {
40 Constructor<?> constructor = proxyClass.getConstructor(InvocationHandler.class); in runTest()
H A DClash.java17 import java.lang.reflect.InvocationHandler;
28 InvocationHandler handler = new ClashInvocationHandler(); in main()
63 class ClashInvocationHandler implements InvocationHandler {
H A DClash3.java17 import java.lang.reflect.InvocationHandler;
28 InvocationHandler handler = new Clash3InvocationHandler(); in main()
68 class Clash3InvocationHandler implements InvocationHandler {
H A DClash4.java17 import java.lang.reflect.InvocationHandler;
28 InvocationHandler handler = new Clash4InvocationHandler(); in main()
70 class Clash4InvocationHandler implements InvocationHandler {
H A DOOMEOnDispatch.java17 import java.lang.reflect.InvocationHandler;
25 public class OOMEOnDispatch implements InvocationHandler {
41 InvocationHandler handler = new OOMEOnDispatch(); in main()
H A DNativeProxy.java18 import java.lang.reflect.InvocationHandler;
52 public static class NativeInvocationHandler implements InvocationHandler {
H A DBasicTest.java18 import java.lang.reflect.InvocationHandler;
95 InvocationHandler handler = new MyInvocationHandler(proxyMe); in createProxy()
105 Constructor<?> cons = proxyClass.getConstructor(InvocationHandler.class); in createProxy()
225 class MyInvocationHandler implements InvocationHandler {
H A DWrappedThrow.java18 import java.lang.reflect.InvocationHandler;
30 InvocationHandler handler = new WTInvocationHandler(mix); in main()
178 class WTInvocationHandler implements InvocationHandler {
H A DFloatSelect.java28 static class FloatSelectIInvoke1 implements InvocationHandler {
H A DHotProxy.java32 static class MyInvocationHandler implements InvocationHandler {
H A DNarrowingTest.java34 new InvocationHandler() { in main()
/aosp12/art/test/676-proxy-jit-at-first-use/src/
H A DMain.java17 import java.lang.reflect.InvocationHandler;
34 class Handler implements InvocationHandler {
/aosp12/art/test/691-hiddenapi-proxy/src/
H A DMain.java19 import java.lang.reflect.InvocationHandler;
33 new InvocationHandler() { in main()
/aosp12/art/test/616-cha-regression-proxy-method/src/
H A DMain.java17 import java.lang.reflect.InvocationHandler;
54 class MyInvocationHandler implements InvocationHandler {
/aosp12/art/test/165-lock-owner-proxy/src/
H A DMain.java17 import java.lang.reflect.InvocationHandler;
57 private static class EmptyInvocationHandler implements InvocationHandler {
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DReflectionUtils.java22 import java.lang.reflect.InvocationHandler;
133 return (T) Proxy.newProxyInstance(loader, new Class[]{interfaze}, new InvocationHandler() { in createProxy()
/aosp12/art/test/1945-proxy-method-arguments/src/
H A DMain.java17 import java.lang.reflect.InvocationHandler;
30 class TestInvocationHandler implements InvocationHandler {
/aosp12/art/test/004-JniTest/src/
H A DMain.java18 import java.lang.reflect.InvocationHandler;
254 private static class MinimalInvocationHandler implements InvocationHandler {
261 InvocationHandler handler = new MinimalInvocationHandler(); in testProxyGetMethodID()
/aosp12/art/test/822-hiddenapi-future/src/
H A DMain.java18 import java.lang.reflect.InvocationHandler;
/aosp12/art/test/064-field-access/src/
H A DOOMEOnNullAccess.java17 import java.lang.reflect.InvocationHandler;
/aosp12/art/test/616-cha-proxy-method-inline/src/
H A DMain.java20 class DebugProxy implements java.lang.reflect.InvocationHandler {
/aosp12/art/test/616-cha-unloading/src-art/
H A DMain.java18 import java.lang.reflect.InvocationHandler;
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java130 public final InvocationHandler mInvocationHandler;
275 mInvocationHandler = new InvocationHandler(mainHandler.getLooper()); in AbstractAccessibilityServiceConnection()
1512 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE, in notifyGesture()
1518 InvocationHandler.MSG_ON_SYSTEM_ACTIONS_CHANGED); in notifySystemActionsChangedLocked()
1523 InvocationHandler.MSG_CLEAR_ACCESSIBILITY_CACHE); in notifyClearAccessibilityNodeInfoCache()
1846 private final class InvocationHandler extends Handler { class in AbstractAccessibilityServiceConnection
1861 public InvocationHandler(Looper looper) { in InvocationHandler() method in AbstractAccessibilityServiceConnection.InvocationHandler
/aosp12/art/test/988-method-trace/src/art/
H A DTest988.java22 import java.lang.reflect.InvocationHandler;
306 static final class TestRunnableInvokeHandler implements InvocationHandler {

12