Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java432 HashSet<String> batchKeys = new HashSet<>(); in getPriorityConversationAlertOverride() local
437 if (batchKeys.contains(record.key)) { in getPriorityConversationAlertOverride()
441 batchKeys.add(record.key); in getPriorityConversationAlertOverride()