Home
last modified time | relevance | path

Searched defs:newNotification (Results 1 – 4 of 4) 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
317 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_diffSize_shouldReturnFalse() local
360 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() local
403 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() local
446 Notification.Builder newNotification = new Notification.Builder(mContext, in areBundleEqual_diffKeySet_shouldReturnFalse() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java157 StatusBarNotification newNotification = newChildNotifications.get(i); in areContentsTheSame() local
191 Notification newNotification = newItem.getNotification(); in sameNotificationContent() local
DCarHeadsUpNotificationManager.java219 private boolean alertAgain(Notification newNotification) { in alertAgain()
DPreprocessingManager.java411 private List<NotificationGroup> additionalGroup(StatusBarNotification newNotification) { in additionalGroup()