Home
last modified time | relevance | path

Searched refs:NotificationPlayer (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DNotificationPlayer.java42 public class NotificationPlayer implements OnCompletionListener { class
101 player.setOnCompletionListener(NotificationPlayer.this); in run()
255 public NotificationPlayer(final String tag) { in NotificationPlayer() method in NotificationPlayer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java43 public class NotificationPlayer implements OnCompletionListener, OnErrorListener { class
104 player.setOnCompletionListener(NotificationPlayer.this); in run()
105 player.setOnErrorListener(NotificationPlayer.this); in run()
366 public NotificationPlayer(String tag) { in NotificationPlayer() method in NotificationPlayer
H A DRingtonePlayer.java59 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG);
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java76 import com.android.messaging.util.NotificationPlayer;
1109 final NotificationPlayer player = new NotificationPlayer(LogUtil.BUGLE_TAG); in playObservableConversationNotificationSound()