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

  /art/test/044-proxy/src/
WrappedThrow.java 102 if2.throwSubSub();
138 public void throwSubSub() throws BaseException;
150 public void throwSubSub() throws SubException;
170 public void throwSubSub() throws SubException {}
226 if (method.getName().equals("throwSubSub"))
  /dalvik/tests/044-proxy/src/
WrappedThrow.java 102 if2.throwSubSub();
138 public void throwSubSub() throws BaseException;
150 public void throwSubSub() throws SubException;
170 public void throwSubSub() throws SubException {}
226 if (method.getName().equals("throwSubSub"))

Completed in 50 milliseconds