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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
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";

Completed in 39 milliseconds