Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationDiffTest.java308 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameSize_shouldReturnTrue() local
354 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_diffSize_shouldReturnFalse() local
397 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() local
440 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() local
483 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_diffKeySet_shouldReturnFalse() local
H A DPreprocessingManagerTest.java758 Notification newNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local
798 Notification newNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local
820 Notification newNotification = generateNotification(/* isForeground= */ true, in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local
855 Notification newNotification = new Notification.Builder(mContext, CHANNEL_ID) in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationDiff.java177 AlertEntry newNotification = newChildNotifications.get(i); in areContentsTheSame() local
213 Notification newNotification = newItem.getNotification(); in sameNotificationContent() local
H A DCarHeadsUpNotificationManager.java256 private boolean alertAgain(Notification newNotification) { in alertAgain()
H A DPreprocessingManager.java560 protected List<NotificationGroup> additionalGroupAndRank(AlertEntry newNotification, in additionalGroupAndRank()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java120 Notification newNotification = b.build(); in rebuildWithRemoteInputInserted() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java170 NotificationEntry oldEntry, Notification newNotification) { in alertAgain()