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.java585 if (hasSameGroupKey(oldGroup.getSingleNotification(), newNotification)) { in additionalGroupAndRank()
732 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() method in PreprocessingManager