Searched refs:lastNanos (Results 1 – 1 of 1) sorted by relevance
340 final long lastNanos = lastEvent.getTimeNanos(); in mergeBatchLocked() local341 if (lastNanos > currentNanos) { in mergeBatchLocked()347 } else if (lastNanos < currentNanos) { in mergeBatchLocked()348 if (DEBUG) Slog.d(TAG, "Event disappeared from the overlap: " + lastNanos); in mergeBatchLocked()354 if (DEBUG) Slog.d(TAG, "Skipped dup event with timestamp: " + lastNanos); in mergeBatchLocked()359 if (DEBUG) Slog.d(TAG, "Event timestamp collision: " + lastNanos); in mergeBatchLocked()