Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java100 Notification notification1 = new Notification(); in setUp() local
102 notification1.contentIntent = PendingIntent.getForegroundService( in setUp()
106 when(mStatusBarNotification1.getNotification()).thenReturn(notification1); in setUp()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java454 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument
455 return TextUtils.equals(notification1.getStatusBarNotification().getGroupKey(), in hasSameGroupKey()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java170 Notification notification1 = new Notification in initImportanceHighBotton() local
192 v -> mManager.notify(mCurrentNotificationId++, notification1) in initImportanceHighBotton()