Searched refs:notifyRemoved (Results 1 – 4 of 4) sorted by relevance
/frameworks/data-binding/library/src/main/java/android/databinding/ |
D | ObservableArrayList.java | 124 mListeners.notifyRemoved(this, start, count); in notifyRemove()
|
D | ListChangeRegistry.java | 116 public void notifyRemoved(ObservableList list, int start, int count) { in notifyRemoved() method in ListChangeRegistry
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | ListChangeRegistryTest.java | 234 mListChangeRegistry.notifyRemoved(null, expectedStart, expectedCount); in testNotifyRemoved()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3313 notifyRemoved(info, oldSbnLightClone, update); in notifyPostedLocked() 3354 notifyRemoved(info, sbnLight, update); in notifyRemovedLocked() 3417 private void notifyRemoved(ManagedServiceInfo info, StatusBarNotification sbn, in notifyRemoved() method in NotificationManagerService.NotificationListeners
|