Home
last modified time | relevance | path

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

/frameworks/data-binding/library/src/main/java/android/databinding/
DObservableArrayList.java124 mListeners.notifyRemoved(this, start, count); in notifyRemove()
DListChangeRegistry.java116 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/
DListChangeRegistryTest.java234 mListChangeRegistry.notifyRemoved(null, expectedStart, expectedCount); in testNotifyRemoved()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3313 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