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.java69 NotificationGroup oldItem = mOldList.get(oldItemPosition); in areItemsTheSame() local
86 static boolean sameGroupUniqueIdentifiers(NotificationGroup oldItem, in sameGroupUniqueIdentifiers()
106 static boolean sameNotificationKey(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKey()
122 static boolean sameNotificationKeyAndFlags(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKeyAndFlags()
136 NotificationGroup oldItem = mOldList.get(oldItemPosition); in areContentsTheSame() local
174 private boolean sameNotificationContent(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationContent()