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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java257 private String mSoundNotificationKey; field in class:NotificationManagerService
650 mSoundNotificationKey = null;
2403 pw.println(" mSoundNotificationKey=" + mSoundNotificationKey);
2826 boolean wasBeep = key != null && key.equals(mSoundNotificationKey);
2888 mSoundNotificationKey = key;
3329 if (canceledKey.equals(mSoundNotificationKey)) {
3330 mSoundNotificationKey = null;

Completed in 56 milliseconds