Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DSecurityLogMonitor.java121 private long mLastEventNanos = -1; field in SecurityLogMonitor
265 if (mLastEventNanos < 0) { in getNextBatch()
273 ? mLastEventNanos : Math.max(0, mLastEventNanos - OVERLAP_NS); in getNextBatch()
305 mLastEventNanos = newLogs.get(newLogs.size() - 1).getTimeNanos(); in saveLastEvents()
309 while (pos >= 0 && mLastEventNanos - newLogs.get(pos).getTimeNanos() < OVERLAP_NS) { in saveLastEvents()
335 if (currentNanos > mLastEventNanos) { in mergeBatchLocked()
445 if (mLastEventNanos != -1) { in run()
448 mLastEventNanos += 1; in run()