Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java588 List<NotificationEntry> notificationsByUri = new ArrayList<>(); in augmentTileFromNotifications() local
590 notificationsByUri = getNotificationsByUri(mPackageManager, contactUri, notifications); in augmentTileFromNotifications()
591 if (!notificationsByUri.isEmpty()) { in augmentTileFromNotifications()
594 + notificationsByUri.size()); in augmentTileFromNotifications()
603 if (allNotifications.isEmpty() && notificationsByUri.isEmpty()) { in augmentTileFromNotifications()
609 allNotifications.addAll(notificationsByUri); in augmentTileFromNotifications()