Home
last modified time | relevance | path

Searched refs:sourceMethodName (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/logging/
DLogRecord.java107 private String sourceMethodName; field in LogRecord
340 return sourceMethodName; in getSourceMethodName()
348 public void setSourceMethodName(String sourceMethodName) { in setSourceMethodName() argument
349 this.sourceMethodName = sourceMethodName; in setSourceMethodName()
/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java585 String sourceMethodName = null; in getCallerInfo() local
602 sourceMethodName = frame.getMethodName(); in getCallerInfo()
609 return sourceClassName + " " + sourceMethodName; in getCallerInfo()