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

  /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");
RingtonePlayer.java 59 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG);
  /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";
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 76 import com.android.messaging.util.NotificationPlayer;
    [all...]

Completed in 96 milliseconds