Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java424 HashSet<String> batchKeys = new HashSet<>(); in getPriorityConversationAlertOverride() local
429 if (batchKeys.contains(record.key)) { in getPriorityConversationAlertOverride()
433 batchKeys.add(record.key); in getPriorityConversationAlertOverride()