Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java113 Notification notification1 = new Notification(); in setUp() local
115 notification1.contentIntent = PendingIntent.getForegroundService( in setUp()
119 when(mStatusBarNotification1.getNotification()).thenReturn(notification1); in setUp()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java475 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument
476 return TextUtils.equals(notification1.getStatusBarNotification().getGroupKey(), in hasSameGroupKey()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java172 Notification notification1 = new Notification in initImportanceHighBotton() local
194 v -> mManager.notify(mCurrentNotificationId++, notification1) in initImportanceHighBotton()