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.java202 boolean isGroupSummary, in createRow()
225 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification()
237 public Notification createNotification(boolean isGroupSummary, in createNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java421 public boolean isGroupSummary(StatusBarNotification sbn) { in isGroupSummary() method in NotificationGroupManager
/frameworks/base/core/java/android/app/
DNotification.java3245 public boolean isGroupSummary() { in isGroupSummary() method in Notification
4335 public Builder setGroupSummary(boolean isGroupSummary) { in setGroupSummary()