Home
last modified time | relevance | path

Searched refs:OVERLAP_NS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DSecurityLogMonitor.java97 private static final long OVERLAP_NS = TimeUnit.SECONDS.toNanos(3); field in SecurityLogMonitor
273 ? mLastEventNanos : Math.max(0, mLastEventNanos - OVERLAP_NS); in getNextBatch()
309 while (pos >= 0 && mLastEventNanos - newLogs.get(pos).getTimeNanos() < OVERLAP_NS) { in saveLastEvents()