Searched refs:MyInvocationHandler (Results 1 - 2 of 2) sorted by relevance

/art/test/044-proxy/src/
H A DBasicTest.java97 InvocationHandler handler = new MyInvocationHandler(proxyMe);
228 class MyInvocationHandler implements InvocationHandler { class in inherits:InvocationHandler
231 public MyInvocationHandler(Object obj) { method in class:MyInvocationHandler
H A DReturnsAndArgPassing.java53 static class MyInvocationHandler implements InvocationHandler { class in class:ReturnsAndArgPassing
96 MyInvocationHandler myHandler = new MyInvocationHandler();
439 MyInvocationHandler myHandler = new MyInvocationHandler();

Completed in 42 milliseconds