Home
last modified time | relevance | path

Searched defs:isGroupSummary (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java209 boolean isGroupSummary, in createRow()
232 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification()
244 public Notification createNotification(boolean isGroupSummary, in createNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java447 public boolean isGroupSummary(StatusBarNotification sbn) { in isGroupSummary() method in NotificationGroupManager
/frameworks/base/core/java/android/app/
DNotification.java3252 public boolean isGroupSummary() { in isGroupSummary() method in Notification
4338 public Builder setGroupSummary(boolean isGroupSummary) { in setGroupSummary()