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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java131 private NotificationRecord mSoundNotification; field in class:NotificationManagerService
459 mSoundNotification = null;
1070 mSoundNotification = r;
1180 if (mSoundNotification == r) {
1181 mSoundNotification = null;
1477 pw.println(" mSoundNotification=" + mSoundNotification);

Completed in 36 milliseconds