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

  /art/test/046-reflect/src/
Main.java 162 meth = target.getMethod("throwingMethod", (Class[]) null);
616 public void throwingMethod() {
617 System.out.println("throwingMethod");
  /dalvik/tests/046-reflect/src/
Main.java 148 meth = target.getMethod("throwingMethod", (Class[]) null);
518 public void throwingMethod() {
519 System.out.println("throwingMethod");

Completed in 183 milliseconds