Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java64 private final ArrayMap<String, GroupAlertEntry> mGroupAlertEntries = new ArrayMap<>(); field in NotificationGroupAlertTransferHelper
126 for (GroupAlertEntry groupAlertEntry : mGroupAlertEntries.values()) { in onDozingChanged()
137 mGroupAlertEntries.put(groupKey, new GroupAlertEntry(group));
142 mGroupAlertEntries.remove(groupKey);
158 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(mGroupManager.getGroupKey(
198 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(groupKey);
300 mGroupAlertEntries.get(mGroupManager.getGroupKey(sbn)); in handleSuppressedSummaryAlerted()