Searched refs:autogroupSummaryExists (Results 1 – 1 of 1) sorted by relevance
118 public boolean onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) { in onNotificationPosted() argument122 sbnToBeAutogrouped = maybeGroup(sbn, autogroupSummaryExists); in onNotificationPosted()149 private boolean maybeGroup(StatusBarNotification sbn, boolean autogroupSummaryExists) { in maybeGroup() argument166 if (children.size() >= mAutoGroupAtCount || autogroupSummaryExists) { in maybeGroup()173 if (autogroupSummaryExists) { in maybeGroup()