Searched refs:mMessageNotificationToMuteStateMap (Results 1 – 1 of 1) sorted by relevance
46 private final Map<String, Boolean> mMessageNotificationToMuteStateMap = new HashMap<>(); field in NotificationDataManager80 mMessageNotificationToMuteStateMap in addNewMessageNotification()134 if (!mMessageNotificationToMuteStateMap.containsKey(notification.getKey())) { in isMessageNotificationMuted()137 return mMessageNotificationToMuteStateMap.getOrDefault(notification.getKey(), false); in isMessageNotificationMuted()148 Boolean currentMute = mMessageNotificationToMuteStateMap.get(sbnKey); in toggleMute()150 mMessageNotificationToMuteStateMap.put(sbnKey, !currentMute); in toggleMute()162 mMessageNotificationToMuteStateMap.clear(); in clearAll()