/aosp12/art/test/044-proxy/src/ |
H A D | Clash2.java | 17 import java.lang.reflect.InvocationHandler; 28 InvocationHandler handler = new Clash2InvocationHandler(); in main() 53 class Clash2InvocationHandler implements InvocationHandler {
|
H A D | ConstructorProxy.java | 18 import java.lang.reflect.InvocationHandler; 25 class ConstructorProxy implements InvocationHandler { 40 Constructor<?> constructor = proxyClass.getConstructor(InvocationHandler.class); in runTest()
|
H A D | Clash.java | 17 import java.lang.reflect.InvocationHandler; 28 InvocationHandler handler = new ClashInvocationHandler(); in main() 63 class ClashInvocationHandler implements InvocationHandler {
|
H A D | Clash3.java | 17 import java.lang.reflect.InvocationHandler; 28 InvocationHandler handler = new Clash3InvocationHandler(); in main() 68 class Clash3InvocationHandler implements InvocationHandler {
|
H A D | Clash4.java | 17 import java.lang.reflect.InvocationHandler; 28 InvocationHandler handler = new Clash4InvocationHandler(); in main() 70 class Clash4InvocationHandler implements InvocationHandler {
|
H A D | OOMEOnDispatch.java | 17 import java.lang.reflect.InvocationHandler; 25 public class OOMEOnDispatch implements InvocationHandler { 41 InvocationHandler handler = new OOMEOnDispatch(); in main()
|
H A D | NativeProxy.java | 18 import java.lang.reflect.InvocationHandler; 52 public static class NativeInvocationHandler implements InvocationHandler {
|
H A D | BasicTest.java | 18 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 D | WrappedThrow.java | 18 import java.lang.reflect.InvocationHandler; 30 InvocationHandler handler = new WTInvocationHandler(mix); in main() 178 class WTInvocationHandler implements InvocationHandler {
|
H A D | FloatSelect.java | 28 static class FloatSelectIInvoke1 implements InvocationHandler {
|
H A D | HotProxy.java | 32 static class MyInvocationHandler implements InvocationHandler {
|
H A D | NarrowingTest.java | 34 new InvocationHandler() { in main()
|
/aosp12/art/test/676-proxy-jit-at-first-use/src/ |
H A D | Main.java | 17 import java.lang.reflect.InvocationHandler; 34 class Handler implements InvocationHandler {
|
/aosp12/art/test/691-hiddenapi-proxy/src/ |
H A D | Main.java | 19 import java.lang.reflect.InvocationHandler; 33 new InvocationHandler() { in main()
|
/aosp12/art/test/616-cha-regression-proxy-method/src/ |
H A D | Main.java | 17 import java.lang.reflect.InvocationHandler; 54 class MyInvocationHandler implements InvocationHandler {
|
/aosp12/art/test/165-lock-owner-proxy/src/ |
H A D | Main.java | 17 import java.lang.reflect.InvocationHandler; 57 private static class EmptyInvocationHandler implements InvocationHandler {
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
H A D | ReflectionUtils.java | 22 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 D | Main.java | 17 import java.lang.reflect.InvocationHandler; 30 class TestInvocationHandler implements InvocationHandler {
|
/aosp12/art/test/004-JniTest/src/ |
H A D | Main.java | 18 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 D | Main.java | 18 import java.lang.reflect.InvocationHandler;
|
/aosp12/art/test/064-field-access/src/ |
H A D | OOMEOnNullAccess.java | 17 import java.lang.reflect.InvocationHandler;
|
/aosp12/art/test/616-cha-proxy-method-inline/src/ |
H A D | Main.java | 20 class DebugProxy implements java.lang.reflect.InvocationHandler {
|
/aosp12/art/test/616-cha-unloading/src-art/ |
H A D | Main.java | 18 import java.lang.reflect.InvocationHandler;
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AbstractAccessibilityServiceConnection.java | 130 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 D | Test988.java | 22 import java.lang.reflect.InvocationHandler; 306 static final class TestRunnableInvokeHandler implements InvocationHandler {
|