Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DPreprocessingManager.java569 if (hasSameGroupKey(oldGroup.getSingleNotification(), newNotification)) { in additionalGroupAndRank()
639 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() method in PreprocessingManager