Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListItem.java52 void removeChildNotification(NotificationListItem child); in removeChildNotification() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifViewManager.kt118 listItem.removeChildNotification(listChild) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java390 parent.removeChildNotification(remove); in removeNotificationChildren()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java814 public void removeChildNotification(ExpandableNotificationRow row) {
824 public void removeChildNotification(NotificationListItem child) {
825 removeChildNotification((ExpandableNotificationRow) child.getView());