Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java114 Notification notification2 = new Notification(); in setUp() local
117 notification2.contentIntent = PendingIntent.getForegroundService( in setUp()
120 when(mStatusBarNotification2.getNotification()).thenReturn(notification2); in setUp()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java475 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument
477 notification2.getStatusBarNotification().getGroupKey()); in hasSameGroupKey()