Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DEventLogger.java82 public synchronized void enqueueAndLog(String msg, @Event.LogType int logType, String tag) { in enqueueAndLog()
161 public @interface LogType {} annotation in EventLogger.Event
174 public Event printLog(@LogType int type, String tag) { in printLog()