Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java118 public boolean onNotificationPosted(StatusBarNotification sbn, boolean autogroupSummaryExists) { in onNotificationPosted() argument
122 sbnToBeAutogrouped = maybeGroup(sbn, autogroupSummaryExists); in onNotificationPosted()
149 private boolean maybeGroup(StatusBarNotification sbn, boolean autogroupSummaryExists) { in maybeGroup() argument
166 if (children.size() >= mAutoGroupAtCount || autogroupSummaryExists) { in maybeGroup()
173 if (autogroupSummaryExists) { in maybeGroup()