Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java220 public boolean isOnlyChildInGroup(StatusBarNotification sbn) { in isOnlyChildInGroup() method in NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1922 if (shouldAutoCancel(sbn) && mGroupManager.isOnlyChildInGroup(sbn)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java837 if (groupManager.isOnlyChildInGroup(row.getStatusBarNotification())) { in performDismiss()