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