Searched refs:notificationsByUri (Results 1 – 1 of 1) sorted by relevance
555 List<NotificationEntry> notificationsByUri = new ArrayList<>(); in augmentTileFromNotifications() local557 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()