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.java148 Boolean currentMute = mMessageNotificationToMuteStateMap.get(sbnKey); in toggleMute() local
149 if (currentMute != null) { in toggleMute()
150 mMessageNotificationToMuteStateMap.put(sbnKey, !currentMute); in toggleMute()