Home
last modified time | relevance | path

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

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