Searched refs:mLatestReceivedTimestamp (Results 1 – 1 of 1) sorted by relevance
298 private long mLatestReceivedTimestamp; field in MessageNotificationState315 mLatestReceivedTimestamp = Long.MIN_VALUE; in MessageNotificationState()318 mLatestReceivedTimestamp = Math.max(mLatestReceivedTimestamp, in MessageNotificationState()326 return mLatestReceivedTimestamp; in getLatestReceivedTimestamp()