Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java191 Boolean currentMute = mMessageNotificationToMuteStateMap.get(sbnKey); in toggleMute() local
192 if (currentMute != null) { in toggleMute()
193 mMessageNotificationToMuteStateMap.put(sbnKey, !currentMute); in toggleMute()