Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/utils/
DEventLogger.java83 public synchronized void enqueueAndLog(String msg, @Event.LogType int logType, String tag) { in enqueueAndLog()
94 public synchronized void enqueueAndSlog(String msg, @Event.LogType int logType, String tag) { in enqueueAndSlog()
173 public @interface LogType {} annotation in EventLogger.Event
186 public Event printLog(@LogType int type, String tag) { in printLog()
212 public Event printSlog(@LogType int type, String tag) { in printSlog()