Searched refs:mLastEventNanos (Results 1 – 1 of 1) sorted by relevance
121 private long mLastEventNanos = -1; field in SecurityLogMonitor265 if (mLastEventNanos < 0) { in getNextBatch()273 ? mLastEventNanos : Math.max(0, mLastEventNanos - OVERLAP_NS); in getNextBatch()305 mLastEventNanos = newLogs.get(newLogs.size() - 1).getTimeNanos(); in saveLastEvents()309 while (pos >= 0 && mLastEventNanos - newLogs.get(pos).getTimeNanos() < OVERLAP_NS) { in saveLastEvents()335 if (currentNanos > mLastEventNanos) { in mergeBatchLocked()445 if (mLastEventNanos != -1) { in run()448 mLastEventNanos += 1; in run()