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