Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java188 List<Notification.MessagingStyle.Message> historicList; in retrieveWantedUriSet() local
208 historicList = historicMessages == null ? null : in retrieveWantedUriSet()
210 if (historicList != null) { in retrieveWantedUriSet()
211 for (Notification.MessagingStyle.Message historic : historicList) { in retrieveWantedUriSet()