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

/art/test/044-proxy/src/
H A DBasicTest.java33 Mix proxyMe = new Mix();
34 Object proxy = createProxy(proxyMe);
95 static Object createProxy(Object proxyMe) { argument
97 InvocationHandler handler = new MyInvocationHandler(proxyMe);

Completed in 58 milliseconds