Home
last modified time | relevance | path

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

/art/test/044-proxy/src/
DReturnsAndArgPassing.java53 static class MyInvocationHandler implements InvocationHandler { class in ReturnsAndArgPassing
98 MyInvocationHandler myHandler = new MyInvocationHandler(); in testProxyReturns()
441 MyInvocationHandler myHandler = new MyInvocationHandler(); in testProxyArgPassing()
DBasicTest.java98 InvocationHandler handler = new MyInvocationHandler(proxyMe); in createProxy()
229 class MyInvocationHandler implements InvocationHandler { class
232 public MyInvocationHandler(Object obj) { in MyInvocationHandler() method in MyInvocationHandler