Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java74 NotificationGroup oldItem = mOldList.get(oldItemPosition); in areItemsTheSame() local
91 static boolean sameGroupUniqueIdentifiers(NotificationGroup oldItem, in sameGroupUniqueIdentifiers()
111 static boolean sameNotificationKey(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKey()
127 static boolean sameNotificationKeyAndFlags(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKeyAndFlags()
141 NotificationGroup oldItem = mOldList.get(oldItemPosition); in areContentsTheSame() local
179 private boolean sameNotificationContent(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationContent()