Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java423 if (hasSameGroupKey(mOldNotifications.get(key), newNotification)) { in additionalGroupAndRank()
475 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() method in PreprocessingManager