HomeSort by relevance Sort by last modified time
    Searched refs:MyInvocationHandler (Results 1 - 3 of 3) sorted by null

  /art/test/044-proxy/src/
ReturnsAndArgPassing.java 53 static class MyInvocationHandler implements InvocationHandler {
98 MyInvocationHandler myHandler = new MyInvocationHandler();
441 MyInvocationHandler myHandler = new MyInvocationHandler();
BasicTest.java 99 InvocationHandler handler = new MyInvocationHandler(proxyMe);
231 class MyInvocationHandler implements InvocationHandler {
234 public MyInvocationHandler(Object obj) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest4.java     [all...]

Completed in 1089 milliseconds