Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java290 private String mSoundNotificationKey; field in NotificationManagerService
698 mSoundNotificationKey = null; in clearSoundLocked()
3003 pw.println(" mSoundNotificationKey=" + mSoundNotificationKey); in dumpImpl()
3695 boolean wasBeep = key != null && key.equals(mSoundNotificationKey); in buzzBeepBlinkLocked()
3727 mSoundNotificationKey = key; in buzzBeepBlinkLocked()
4276 if (canceledKey.equals(mSoundNotificationKey)) { in cancelNotificationLocked()
4277 mSoundNotificationKey = null; in cancelNotificationLocked()