Home
last modified time | relevance | path

Searched refs:notification2 (Results 1 – 1 of 1) 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()