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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 39 public class NotificationPlayer implements OnCompletionListener {
64 * NotificationPlayer resides in the creation of the MediaPlayer. For the completion callback,
114 player.setOnCompletionListener(NotificationPlayer.this);
167 super("NotificationPlayer-" + mTag);
262 * Construct a NotificationPlayer object.
266 public NotificationPlayer(String tag) {
270 mTag = "NotificationPlayer";
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 17 * This file has been copied from com.android.server.NotificationPlayer. The only modification is
43 public class NotificationPlayer implements OnCompletionListener {
70 * NotificationPlayer resides in the creation of the MediaPlayer. For the completion callback,
105 player.setOnCompletionListener(NotificationPlayer.this);
159 super("NotificationPlayer-" + mTag);
245 * Construct a NotificationPlayer object.
249 public NotificationPlayer(String tag) {
253 mTag = "NotificationPlayer";

Completed in 176 milliseconds