Searched refs:notifyGroupChildRemoved (Results 1 – 6 of 6) sorted by relevance
182 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingUnbundled()184 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingUnbundled()211 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingSuppressed()285 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {} in notifyGroupChildRemoved() method in NotificationViewHierarchyManagerTest.FakeListContainer
67 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved() method
1622 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {1623 mView.notifyGroupChildRemoved(row, childrenContainer);
2945 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved() method
256 mListContainer.notifyGroupChildRemoved(childView, mView); in removeChild()
425 mListContainer.notifyGroupChildRemoved(remove, in removeNotificationChildren()