Searched defs:newNotification (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
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
|
D | PreprocessingManagerTest.java | 761 Notification newNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local 801 Notification newNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local 823 Notification newNotification = generateNotification(/* isForeground= */ true, in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local 867 Notification newNotification = generateNotification(/* isForeground= */ true, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated() local 913 Notification newNotification = generateNotification(/* isForeground= */ true, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted() local 942 Notification newNotification = generateNotification(/* isForeground= */ true, in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupDeleted() local 964 Notification newNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_newNotification_setAsSeenInDataManger() local 990 Notification newNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_addToExistingGroup_groupSurpassGroupingThresholdExist() local 1021 Notification newNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_addNewNotification_notSurpassGroupingThreshold() local 1048 Notification newNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_createsNewGroup_surpassGroupingThreshold() local [all …]
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationDiff.java | 177 AlertEntry newNotification = newChildNotifications.get(i); in areContentsTheSame() local 213 Notification newNotification = newItem.getNotification(); in sameNotificationContent() local
|
D | PreprocessingManager.java | 571 protected List<NotificationGroup> additionalGroupAndRank(AlertEntry newNotification, in additionalGroupAndRank()
|
D | CarHeadsUpNotificationManager.java | 365 private boolean alertAgain(Notification newNotification) { in alertAgain()
|