Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java350 final NotificationRecord potentialGroupSummary = mSnoozedNotifications.valueAt(i); in repostGroupSummary() local
351 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()