HomeSort by relevance Sort by last modified time
    Searched defs:NotificationPlayer (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 38 * This file has been copied from com.android.server.NotificationPlayer. The only modification is
42 public class NotificationPlayer implements OnCompletionListener {
69 * NotificationPlayer resides in the creation of the MediaPlayer. For the completion callback,
101 player.setOnCompletionListener(NotificationPlayer.this);
175 super("NotificationPlayer-" + mTag);
251 * Construct a NotificationPlayer object.
255 public NotificationPlayer(final String tag) {
259 mTag = "NotificationPlayer";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 43 public class NotificationPlayer implements OnCompletionListener, OnErrorListener {
72 * NotificationPlayer resides in the creation of the MediaPlayer. For the completion callback,
103 player.setOnCompletionListener(NotificationPlayer.this);
104 player.setOnErrorListener(NotificationPlayer.this);
214 super("NotificationPlayer-" + mTag);
331 * Construct a NotificationPlayer object.
335 public NotificationPlayer(String tag) {
339 mTag = "NotificationPlayer";
360 PlayerBase.deprecateStreamTypeForPlayback(stream, "NotificationPlayer", "play");

Completed in 209 milliseconds