Searched refs:lastEventLog (Results 1 – 1 of 1) sorted by relevance
113 EventLog lastEventLog = logs[(nextIndex + logs.length - 1) % logs.length]; in addLog() local114 if (lastEventLog == null || mCurrentLogId != lastEventLog.logId) { in addLog()126 List<EventEntry> lastEventEntries = lastEventLog.eventEntries; in addLog()