Searched refs:groupSummaryNotification (Results 1 – 3 of 3) sorted by relevance
60 void setGroupSummaryNotification(StatusBarNotification groupSummaryNotification) { in setGroupSummaryNotification() argument61 assertSameGroupKey(groupSummaryNotification.getGroupKey()); in setGroupSummaryNotification()62 mGroupSummaryNotification = groupSummaryNotification; in setGroupSummaryNotification()
384 StatusBarNotification groupSummaryNotification = group.getGroupSummaryNotification(); in group()396 groupSummaryNotification.getNotification().extras.putBoolean( in group()398 groupSummaryNotification.getNotification().when = greatestTimestamp; in group()
120 StatusBarNotification groupSummaryNotification = null; in getGroupSummaryAndCount() local125 groupSummaryNotification = notification; in getGroupSummaryAndCount()131 return new Pair<>(groupSummaryNotification, groupCount); in getGroupSummaryAndCount()