Searched refs:mLatestReceivedTimestamp (Results 1 – 1 of 1) sorted by relevance
297 private long mLatestReceivedTimestamp; field in MessageNotificationState314 mLatestReceivedTimestamp = Long.MIN_VALUE; in MessageNotificationState()317 mLatestReceivedTimestamp = Math.max(mLatestReceivedTimestamp, in MessageNotificationState()325 return mLatestReceivedTimestamp; in getLatestReceivedTimestamp()