Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java122 Parcelable[] historicMessages; in retrieveWantedUriSet() local
143 historicMessages = extras.getParcelableArray(Notification.EXTRA_HISTORIC_MESSAGES); in retrieveWantedUriSet()
144 historicList = historicMessages == null ? null : in retrieveWantedUriSet()
145 Notification.MessagingStyle.Message.getMessagesFromBundleArray(historicMessages); in retrieveWantedUriSet()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java193 List<MessagingMessage> historicMessages = createMessages(newHistoricMessages, in bind() local
198 addMessagesToGroups(historicMessages, messages, showSpinner); in bind()
208 mHistoricMessages = historicMessages; in bind()
383 private void addMessagesToGroups(List<MessagingMessage> historicMessages, in addMessagesToGroups() argument
390 findGroups(historicMessages, messages, groups, senders); in addMessagesToGroups()
434 private void findGroups(List<MessagingMessage> historicMessages, in findGroups() argument
439 int histSize = historicMessages.size(); in findGroups()
443 message = historicMessages.get(i); in findGroups()