Searched refs:GroupAlertEntry (Results 1 – 1 of 1) sorted by relevance
64 private final ArrayMap<String, GroupAlertEntry> mGroupAlertEntries = new ArrayMap<>();126 for (GroupAlertEntry groupAlertEntry : mGroupAlertEntries.values()) { in onDozingChanged()137 mGroupAlertEntries.put(groupKey, new GroupAlertEntry(group));158 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(mGroupManager.getGroupKey(198 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(groupKey);299 GroupAlertEntry groupAlertEntry = in handleSuppressedSummaryAlerted()353 private void checkShouldTransferBack(@NonNull GroupAlertEntry groupAlertEntry) { in checkShouldTransferBack()490 private static class GroupAlertEntry { class in NotificationGroupAlertTransferHelper498 GroupAlertEntry(NotificationGroup group) { in GroupAlertEntry() method in NotificationGroupAlertTransferHelper.GroupAlertEntry