Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNotificationState.java146 public long getLatestReceivedTimestamp() { in getLatestReceivedTimestamp() method in NotificationState
H A DMessageNotificationState.java324 public long getLatestReceivedTimestamp() { in getLatestReceivedTimestamp() method in MessageNotificationState
H A DBugleNotifications.java646 final long latestReceivedTimestamp = state.getLatestReceivedTimestamp(); in updateBuilderAudioVibrate()