Searched refs:OVERLAP_NS (Results 1 – 1 of 1) sorted by relevance
104 private static final long OVERLAP_NS = TimeUnit.SECONDS.toNanos(3); field in SecurityLogMonitor375 ? mLastEventNanos : Math.max(0, mLastEventNanos - OVERLAP_NS); in getNextBatch()411 while (pos >= 0 && mLastEventNanos - newLogs.get(pos).getTimeNanos() < OVERLAP_NS) { in saveLastEvents()