Searched refs:logId (Results 1 – 2 of 2) sorted by relevance
114 if (lastEventLog == null || mCurrentLogId != lastEventLog.logId) { in addLog()160 writer.println(prefix + "\tLogs for logId: " + eventLog.logId); in dump()241 protected final int logId; field in ActiveGestureLog.EventLog244 private EventLog(int logId, boolean isFullyGesturalNavMode) { in EventLog() argument245 this.logId = logId; in EventLog()
76 writer.println(prefix + "Error messages for gesture ID: " + eventLog.logId); in analyseAndDump()