Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLog.java292 public static final class LogItem { class in ShadowLog
299 public LogItem(int type, String tag, String msg, Throwable throwable) { in LogItem() method in ShadowLog.LogItem
307 public LogItem(String timeString, int type, String tag, String msg, Throwable throwable) { in LogItem() method in ShadowLog.LogItem