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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java336 private String mSoundNotificationKey; field in class:NotificationManagerService
914 mSoundNotificationKey = null;
3829 pw.println(" mSoundNotificationKey=" + mSoundNotificationKey);
4755 boolean wasBeep = key != null && key.equals(mSoundNotificationKey);
4793 mSoundNotificationKey = key;
5440 if (canceledKey.equals(mSoundNotificationKey)) {
5441 mSoundNotificationKey = null;

Completed in 19 milliseconds