Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java205 List<Notification.MessagingStyle.Message> sortedMessages = in getMessagingStyleMessages() local
207 sortedMessages.sort(Collections.reverseOrder( in getMessagingStyleMessages()
209 return sortedMessages; in getMessagingStyleMessages()