Searched refs:lastNanos (Results 1 – 1 of 1) sorted by relevance
441 final long lastNanos = lastEvent.getTimeNanos(); in mergeBatchLocked() local442 if (lastNanos > currentNanos) { in mergeBatchLocked()447 } else if (lastNanos < currentNanos) { in mergeBatchLocked()448 if (DEBUG) Slog.d(TAG, "Event disappeared from the overlap: " + lastNanos); in mergeBatchLocked()454 if (DEBUG) Slog.d(TAG, "Skipped dup event with timestamp: " + lastNanos); in mergeBatchLocked()458 if (DEBUG) Slog.d(TAG, "Event timestamp collision: " + lastNanos); in mergeBatchLocked()