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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java157 private NotificationRecord mSoundNotification; field in class:NotificationManagerService
1088 mSoundNotification = null;
1880 mSoundNotification = r;
2016 if (mSoundNotification == r) {
2017 mSoundNotification = null;
2351 pw.println(" mSoundNotification=" + mSoundNotification);

Completed in 80 milliseconds