Searched refs:mLastEventNanos (Results 1 – 1 of 1) sorted by relevance
135 private long mLastEventNanos = -1; field in SecurityLogMonitor367 if (mLastEventNanos < 0) { in getNextBatch()375 ? mLastEventNanos : Math.max(0, mLastEventNanos - OVERLAP_NS); in getNextBatch()407 mLastEventNanos = newLogs.get(newLogs.size() - 1).getTimeNanos(); in saveLastEvents()411 while (pos >= 0 && mLastEventNanos - newLogs.get(pos).getTimeNanos() < OVERLAP_NS) { in saveLastEvents()436 if (currentNanos > mLastEventNanos) { in mergeBatchLocked()565 if (mLastEventNanos != -1) { in run()568 mLastEventNanos += 1; in run()