Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
DBuglePhotoViewController.java88 final long receivedTimestamp = cursor.getLong(PhotoViewQuery.INDEX_RECEIVED_TIMESTAMP); in updateActionBar() local
89 mActionBarSubtitle = Dates.getMessageTimeString(receivedTimestamp).toString(); in updateActionBar()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java225 final long receivedTimestamp, in ConversationLineInfo() argument
238 mReceivedTimestamp = receivedTimestamp; in ConversationLineInfo()