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.java124 List<Notification.MessagingStyle.Message> historicList; in retrieveWantedUriSet() local
144 historicList = historicMessages == null ? null : in retrieveWantedUriSet()
146 if (historicList != null) { in retrieveWantedUriSet()
147 for (Notification.MessagingStyle.Message historic : historicList) { in retrieveWantedUriSet()