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 D | CarNotificationDiffTest.java | 308 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 D | PreprocessingManagerTest.java | 758 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 D | CarNotificationDiff.java | 177 AlertEntry newNotification = newChildNotifications.get(i); in areContentsTheSame() local 213 Notification newNotification = newItem.getNotification(); in sameNotificationContent() local
|
H A D | CarHeadsUpNotificationManager.java | 256 private boolean alertAgain(Notification newNotification) { in alertAgain()
|
H A D | PreprocessingManager.java | 560 protected List<NotificationGroup> additionalGroupAndRank(AlertEntry newNotification, in additionalGroupAndRank()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputNotificationRebuilder.java | 120 Notification newNotification = b.build(); in rebuildWithRemoteInputInserted() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | HeadsUpController.java | 170 NotificationEntry oldEntry, Notification newNotification) { in alertAgain()
|