Searched defs:Ringtone (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRingtone.java38 * Ringtone provides a quick method for playing a ringtone, notification, or
41 * For ways of retrieving {@link Ringtone} objects or to show a ringtone
46 public class Ringtone { class
47 private static final String TAG = "Ringtone";
60 private static final ArrayList<Ringtone> sActiveRingtones = new ArrayList<Ringtone>();
90 public Ringtone(Context context, boolean allowRemote) { method in class:Ringtone
106 PlayerBase.deprecateStreamTypeForPlayback(streamType, "Ringtone", "setStreamType()");
131 throw new IllegalArgumentException("Invalid null AudioAttributes for Ringtone");
492 sActiveRingtones.remove(Ringtone
[all...]

Completed in 71 milliseconds