Home
last modified time | relevance | path

Searched defs:getMethod (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMethodLogger.java59 public String getMethod(int index) { in getMethod() method in MethodLogger
67 public String getMethod() { in getMethod() method in MethodLogger
/libcore/luni/src/main/java/java/util/zip/
DZipEntry.java145 public int getMethod() { in getMethod() method in ZipEntry
/libcore/libart/src/main/java/java/lang/
DClass.java642 public Method getMethod(String name, Class<?>... parameterTypes) throws NoSuchMethodException { in getMethod() method in Class
646 private Method getMethod(String name, Class<?>[] parameterTypes, boolean recursivePublicMethods) in getMethod() method in Class