Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java147 String sbnKey = sbn.getKey(); in toggleMute() local
148 Boolean currentMute = mMessageNotificationToMuteStateMap.get(sbnKey); in toggleMute()
150 mMessageNotificationToMuteStateMap.put(sbnKey, !currentMute); in toggleMute()