Searched defs:getMethod (Results 1 - 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
H A DMethodLogger.java59 public String getMethod(int index) { method in class:MethodLogger
67 public String getMethod() { method in class:MethodLogger
68 return (size() == 0 ? null : getMethod(size() - 1));
/libcore/ojluni/src/main/java/sun/net/
H A DProgressEvent.java74 public String getMethod() method in class:ProgressEvent
H A DProgressSource.java107 public String getMethod() { method in class:ProgressSource
/libcore/ojluni/src/main/java/java/util/zip/
H A DZipEntry.java228 * @see #getMethod()
242 public int getMethod() { method in class:ZipEntry
/libcore/ojluni/src/main/java/java/lang/
H A DClass.java1635 public Method getMethod(String name, Class<?>... parameterTypes) method in class:Class
1637 return getMethod(name, parameterTypes, true);
1960 return getMethod(name, parameterTypes, false);
1963 private Method getMethod(String name, Class<?>[] parameterTypes, boolean recursivePublicMethods) method in class:Class
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DHttpURLConnection.java2922 String getMethod() { method in class:HttpURLConnection

Completed in 83 milliseconds