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

  /art/test/044-proxy/src/
WrappedThrow.java 115 if1.bothThrowBase();
140 public void bothThrowBase() throws BaseException, SubException, SubSubException;
152 public void bothThrowBase() throws SubException, BaseException, SubSubException;
172 public void bothThrowBase() throws BaseException, SubException {}
228 if (method.getName().equals("bothThrowBase"))
  /dalvik/tests/044-proxy/src/
WrappedThrow.java 115 if1.bothThrowBase();
140 public void bothThrowBase() throws BaseException, SubException, SubSubException;
152 public void bothThrowBase() throws SubException, BaseException, SubSubException;
172 public void bothThrowBase() throws BaseException, SubException {}
228 if (method.getName().equals("bothThrowBase"))

Completed in 51 milliseconds