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 50 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG);
NotificationPlayer.java 43 public class NotificationPlayer implements 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) {
247 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
44 public class NotificationPlayer implements OnCompletionListener {
71 * NotificationPlayer resides in the creation of the MediaPlayer. For the completion callback,
106 player.setOnCompletionListener(NotificationPlayer.this);
160 super("NotificationPlayer-" + mTag);
246 * Construct a NotificationPlayer object.
250 public NotificationPlayer(String tag) {
254 mTag = "NotificationPlayer";
MessagingNotification.java 297 NotificationPlayer player = new NotificationPlayer(LogTag.APP);
    [all...]

Completed in 2189 milliseconds