Searched refs:otherReceivedTimestamp (Results 1 – 1 of 1) sorted by relevance
147 final long otherReceivedTimestamp = cursor.getLong(INDEX_RECEIVED_TIMESTAMP); in canClusterWithMessage() local148 final long timestampDeltaMillis = Math.abs(mReceivedTimestamp - otherReceivedTimestamp); in canClusterWithMessage()