Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationMessageData.java147 final long otherReceivedTimestamp = cursor.getLong(INDEX_RECEIVED_TIMESTAMP); in canClusterWithMessage() local
148 final long timestampDeltaMillis = Math.abs(mReceivedTimestamp - otherReceivedTimestamp); in canClusterWithMessage()