Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationDiffTest.java303 Notification.Builder oldNotification = new Notification.Builder(mContext, in areBundleEqual_sameSize_shouldReturnTrue() local
346 Notification.Builder oldNotification = new Notification.Builder(mContext, in areBundleEqual_diffSize_shouldReturnFalse() local
390 Notification.Builder oldNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() local
433 Notification.Builder oldNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() local
476 Notification.Builder oldNotification = new Notification.Builder(mContext, in areBundleEqual_diffKeySet_shouldReturnFalse() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationDiff.java176 AlertEntry oldNotification = oldChildNotifications.get(i); in areContentsTheSame() local
212 Notification oldNotification = oldItem.getNotification(); in sameNotificationContent() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupAlertTransferHelperTest.java297 StatusBarNotification oldNotification = childEntry.getSbn(); in testUpdateGroupChangeDoesNotTransfer() local
320 StatusBarNotification oldNotification = childEntry.getSbn(); in testUpdateChildToSummaryDoesNotTransfer() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java501 public void onEntryUpdated(NotificationEntry entry, StatusBarNotification oldNotification) { in onEntryUpdated()