Searched refs:NotificationPlayer (Results 1 – 4 of 4) sorted by relevance
42 public class NotificationPlayer implements OnCompletionListener { class101 player.setOnCompletionListener(NotificationPlayer.this); in run()255 public NotificationPlayer(final String tag) { in NotificationPlayer() method in NotificationPlayer
43 public class NotificationPlayer implements OnCompletionListener, OnErrorListener { class104 player.setOnCompletionListener(NotificationPlayer.this); in run()105 player.setOnErrorListener(NotificationPlayer.this); in run()366 public NotificationPlayer(String tag) { in NotificationPlayer() method in NotificationPlayer
59 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG);
76 import com.android.messaging.util.NotificationPlayer;1109 final NotificationPlayer player = new NotificationPlayer(LogUtil.BUGLE_TAG); in playObservableConversationNotificationSound()