Home
last modified time | relevance | path

Searched refs:notification2 (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java474 HeadsUpEntry notification2 = createMockHeadsUpEntry("key2"); in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer() local
476 mManager.addActiveHeadsUpNotification(notification2); in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()
482 notification1.getNotificationView(), notification2.getNotificationView()}))) in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()
DNotificationClickHandlerFactoryTest.java120 Notification notification2 = new Notification(); in setUp() local
123 notification2.contentIntent = PendingIntent.getForegroundService( in setUp()
126 when(mStatusBarNotification2.getNotification()).thenReturn(notification2); in setUp()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java732 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument
734 notification2.getStatusBarNotification().getGroupKey()); in hasSameGroupKey()