Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java298 private long mLatestReceivedTimestamp; field in MessageNotificationState
315 mLatestReceivedTimestamp = Long.MIN_VALUE; in MessageNotificationState()
318 mLatestReceivedTimestamp = Math.max(mLatestReceivedTimestamp, in MessageNotificationState()
326 return mLatestReceivedTimestamp; in getLatestReceivedTimestamp()