Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationDiffTest.java273 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameSize_shouldReturnTrue() local
319 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_diffSize_shouldReturnFalse() local
362 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() local
405 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() local
448 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_diffKeySet_shouldReturnFalse() local
DPreprocessingManagerTest.java606 Notification newNotification = new Notification.Builder(mContext, CHANNEL_ID) in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java158 AlertEntry newNotification = newChildNotifications.get(i); in areContentsTheSame() local
194 Notification newNotification = newItem.getNotification(); in sameNotificationContent() local
DCarHeadsUpNotificationManager.java214 private boolean alertAgain(Notification newNotification) { in alertAgain()
DPreprocessingManager.java417 protected List<NotificationGroup> additionalGroup(AlertEntry newNotification) { in additionalGroup()