Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationDiffTest.java298 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameSize_shouldReturnTrue() local
344 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_diffSize_shouldReturnFalse() local
387 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() local
430 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() local
473 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_diffKeySet_shouldReturnFalse() local
DPreprocessingManagerTest.java589 Notification newNotification = generateNotification(false, false); in onAdditionalGroupAndRank_maintainsPreviousRanking() local
628 Notification newNotification = generateNotification(false, false); in onAdditionalGroupAndRank_prependsHighRankNotification() local
661 Notification newNotification = new Notification.Builder(mContext, CHANNEL_ID) in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java163 AlertEntry newNotification = newChildNotifications.get(i); in areContentsTheSame() local
199 Notification newNotification = newItem.getNotification(); in sameNotificationContent() local
DPreprocessingManager.java416 protected List<NotificationGroup> additionalGroupAndRank(AlertEntry newNotification, in additionalGroupAndRank()
DCarHeadsUpNotificationManager.java225 private boolean alertAgain(Notification newNotification) { in alertAgain()