Home
last modified time | relevance | path

Searched refs:mSound (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java96 private NotificationPlayer mSound; field in NotificationManagerService
238 mSound.stop();
276 mSound.stop();
398 mSound = new NotificationPlayer(TAG); in NotificationManagerService()
399 mSound.setUsesWakeLock(context); in NotificationManagerService()
820 mSound.play(mContext, uri, looping, audioStreamType); in enqueueNotificationInternal()
915 mSound.stop(); in cancelNotificationLocked()
1168 pw.println(" mSound=" + mSound); in dump()
/frameworks/base/core/java/android/app/
DNotification.java644 private Uri mSound; field in Notification.Builder
838 mSound = sound; in setSound()
850 mSound = sound; in setSound()
1026 n.sound = mSound; in getNotification()