Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java477 CarNotificationDiff notificationDiff = in setNotifications() local
479 notificationDiff.setShowRecentsAndOlderHeaders(false); in setNotifications()
481 DiffUtil.calculateDiff(notificationDiff, /* detectMoves= */ false); in setNotifications()
535 CarNotificationDiff notificationDiff = in setSeenAndUnseenNotifications() local
537 notificationDiff.setShowRecentsAndOlderHeaders(true); in setSeenAndUnseenNotifications()
539 DiffUtil.calculateDiff(notificationDiff, /* detectMoves= */ false); in setSeenAndUnseenNotifications()