Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3323 final String canceledKey = r.getKey(); in cancelNotificationLocked() local
3326 if (canceledKey.equals(mSoundNotificationKey)) { in cancelNotificationLocked()
3341 if (canceledKey.equals(mVibrateNotificationKey)) { in cancelNotificationLocked()
3353 mLights.remove(canceledKey); in cancelNotificationLocked()
3385 EventLogTags.writeNotificationCanceled(canceledKey, reason, in cancelNotificationLocked()