Searched refs:potentialGroupSummary (Results 1 – 1 of 1) sorted by relevance
350 final NotificationRecord potentialGroupSummary = mSnoozedNotifications.valueAt(i); in repostGroupSummary() local351 if (potentialGroupSummary.getSbn().getPackageName().equals(pkg) in repostGroupSummary()352 && potentialGroupSummary.getUserId() == userId in repostGroupSummary()353 && potentialGroupSummary.getSbn().isGroup() in repostGroupSummary()354 && potentialGroupSummary.getNotification().isGroupSummary() in repostGroupSummary()355 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()356 groupSummaryKey = potentialGroupSummary.getKey(); in repostGroupSummary()