Searched refs:timestampDeltaMillis (Results 1 – 1 of 1) sorted by relevance
148 final long timestampDeltaMillis = Math.abs(mReceivedTimestamp - otherReceivedTimestamp); in canClusterWithMessage() local149 if (timestampDeltaMillis > DateUtils.MINUTE_IN_MILLIS) { in canClusterWithMessage()