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

/dalvik/tests/044-proxy/src/
H A DBasicTest.java85 InvocationHandler handler = new MyInvocationHandler(proxyMe);
212 class MyInvocationHandler implements InvocationHandler { class in inherits:InvocationHandler
215 public MyInvocationHandler(Object obj) { method in class:MyInvocationHandler

Completed in 63 milliseconds