Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java449 StatusBarNotification notification1, StatusBarNotification notification2) { in hasSameGroupKey() argument
450 return TextUtils.equals(notification1.getGroupKey(), notification2.getGroupKey()); in hasSameGroupKey()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java166 Notification notification1 = new Notification in initImportanceHighBotton() local
188 v -> mManager.notify(mCurrentNotificationId++, notification1) in initImportanceHighBotton()