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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java26 import android.media.Ringtone;
76 * Represents an active remote {@link Ringtone} client.
80 private final Ringtone mRingtone;
85 mRingtone = new Ringtone(getContextForUser(user), false);
187 return Ringtone.getTitle(getContextForUser(user), uri,
/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");
475 sActiveRingtones.remove(Ringtone
[all...]
H A DRingtoneManager.java69 * results into a single cursor. It also provides a {@link Ringtone} for each
77 * @see Ringtone
261 private Ringtone mPreviousRingtone;
358 * Whether retrieving another {@link Ringtone} will stop playing the
359 * previously retrieved {@link Ringtone}.
361 * If this is false, make sure to {@link Ringtone#stop()} any previous
365 * {@link Ringtone} will be stopped.
379 * Stops playing the last {@link Ringtone} retrieved from this.
469 * Gets a {@link Ringtone} for the ringtone at the given position in the
473 * @return A {@link Ringtone} pointin
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DDockObserver.java24 import android.media.Ringtone;
207 final Ringtone sfx = RingtoneManager.getRingtone(
/frameworks/base/services/core/java/com/android/server/policy/
H A DAccessibilityShortcutController.java30 import android.media.Ringtone;
149 final Ringtone tone =
/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java27 import android.media.Ringtone;
76 private Ringtone mRingtone;
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java34 import android.media.Ringtone;
702 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri);
/frameworks/base/config/
H A Dpreloaded-classes1518 android.media.Ringtone$MyOnCompletionListener
H A Dcompiled-classes-phone2672 android.media.Ringtone$MyOnCompletionListener

Completed in 215 milliseconds