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.java555 List<NotificationEntry> notificationsByUri = new ArrayList<>(); in augmentTileFromNotifications() local
557 notificationsByUri = getNotificationsByUri(mPackageManager, contactUri, notifications); in augmentTileFromNotifications()
558 if (!notificationsByUri.isEmpty()) { in augmentTileFromNotifications()
561 + notificationsByUri.size()); in augmentTileFromNotifications()
570 if (allNotifications.isEmpty() && notificationsByUri.isEmpty()) { in augmentTileFromNotifications()
576 allNotifications.addAll(notificationsByUri); in augmentTileFromNotifications()