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

/frameworks/base/services/java/com/android/server/
H A DNotificationPlayer.java43 public class NotificationPlayer implements OnCompletionListener { class in inherits:OnCompletionListener
68 * NotificationPlayer resides in the creation of the MediaPlayer. For the completion callback,
101 player.setOnCompletionListener(NotificationPlayer.this);
155 super("NotificationPlayer-" + mTag);
239 * Construct a NotificationPlayer object.
243 public NotificationPlayer(String tag) { method in class:NotificationPlayer
247 mTag = "NotificationPlayer";
H A DNotificationManagerService.java96 private NotificationPlayer mSound;
398 mSound = new NotificationPlayer(TAG);

Completed in 59 milliseconds