Searched defs:NotificationPlayer (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java38 public class NotificationPlayer implements OnCompletionListener { class in inherits:OnCompletionListener
63 * NotificationPlayer resides in the creation of the MediaPlayer. For the completion callback,
111 player.setOnCompletionListener(NotificationPlayer.this);
164 super("NotificationPlayer-" + mTag);
259 * Construct a NotificationPlayer object.
263 public NotificationPlayer(String tag) { method in class:NotificationPlayer
267 mTag = "NotificationPlayer";

Completed in 56 milliseconds