Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DSimpleNotificationListContainer.kt34 fun removeListItem(li: NotificationListItem) method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java197 void removeListItem(@NonNull NotificationListItem v); in removeListItem() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java328 public void removeListItem(NotificationListItem li) { in removeListItem() method in NotificationViewHierarchyManagerTest.FakeListContainer