Home
last modified time | relevance | path

Searched refs:notification1 (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java473 HeadsUpEntry notification1 = createMockHeadsUpEntry("key1"); in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer() local
475 mManager.addActiveHeadsUpNotification(notification1); in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()
482 notification1.getNotificationView(), notification2.getNotificationView()}))) in clearCache_viewsRemovedFromCarHeadsUpNotificationContainer()
DNotificationClickHandlerFactoryTest.java119 Notification notification1 = new Notification(); in setUp() local
121 notification1.contentIntent = PendingIntent.getForegroundService( in setUp()
125 when(mStatusBarNotification1.getNotification()).thenReturn(notification1); in setUp()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java732 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument
733 return TextUtils.equals(notification1.getStatusBarNotification().getGroupKey(), in hasSameGroupKey()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java197 Notification notification1 = new Notification in initImportanceHighBotton() local
219 v -> mManager.notify(mCurrentNotificationId++, notification1) in initImportanceHighBotton()