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.java300 private String mSoundNotificationKey; field in NotificationManagerService
783 mSoundNotificationKey = null; in clearSoundLocked()
3300 pw.println(" mSoundNotificationKey=" + mSoundNotificationKey);
4036 boolean wasBeep = key != null && key.equals(mSoundNotificationKey);
4074 mSoundNotificationKey = key;
4667 if (canceledKey.equals(mSoundNotificationKey)) {
4668 mSoundNotificationKey = null;