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.java394 private String mSoundNotificationKey; field in NotificationManagerService
1106 mSoundNotificationKey = null; in clearSoundLocked()
4630 pw.println(" mSoundNotificationKey=" + mSoundNotificationKey);
5920 boolean wasBeep = key != null && key.equals(mSoundNotificationKey);
5965 mSoundNotificationKey = key;
6729 if (canceledKey.equals(mSoundNotificationKey)) {
6730 mSoundNotificationKey = null;