HomeSort by relevance Sort by last modified time
    Searched full:proxyme (Results 1 - 1 of 1) sorted by null

  /art/test/044-proxy/src/
BasicTest.java 33 Mix proxyMe = new Mix();
34 Object proxy = createProxy(proxyMe);
97 static Object createProxy(Object proxyMe) {
99 InvocationHandler handler = new MyInvocationHandler(proxyMe);

Completed in 680 milliseconds