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

/libcore/luni/src/main/java/java/lang/
H A DStackTraceElement.java113 if (!getMethodName().equals(castObj.getMethodName())) {
175 public String getMethodName() { method in class:StackTraceElement
194 * Indicates if the method name returned by {@link #getMethodName()} is
210 buf.append(getMethodName());

Completed in 1141 milliseconds