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/
RingtonePlayer.java 52 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG);
NotificationPlayer.java 39 public class NotificationPlayer implements OnCompletionListener {
64 * NotificationPlayer resides in the creation of the MediaPlayer. For the completion callback,
112 player.setOnCompletionListener(NotificationPlayer.this);
165 super("NotificationPlayer-" + mTag);
260 * Construct a NotificationPlayer object.
264 public NotificationPlayer(String tag) {
268 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";
MessagingNotification.java 310 final NotificationPlayer player = new NotificationPlayer(LogTag.APP);
    [all...]

Completed in 133 milliseconds