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

/frameworks/base/media/java/android/media/
H A DRingtoneManager.java42 * results into a single cursor. It also provides a {@link Ringtone} for each
50 * @see Ringtone
230 private Ringtone mPreviousRingtone;
297 * Whether retrieving another {@link Ringtone} will stop playing the
298 * previously retrieved {@link Ringtone}.
300 * If this is false, make sure to {@link Ringtone#stop()} any previous
304 * {@link Ringtone} will be stopped.
318 * Stops playing the last {@link Ringtone} retrieved from this.
374 * Gets a {@link Ringtone} for the ringtone at the given position in the
378 * @return A {@link Ringtone} pointin
[all...]
H A DRingtone.java35 * Ringtone provides a quick method for playing a ringtone, notification, or
38 * For ways of retrieving {@link Ringtone} objects or to show a ringtone
43 public class Ringtone { class
44 private static String TAG = "Ringtone";
70 Ringtone(Context context) { method in class:Ringtone
/frameworks/base/services/java/com/android/server/
H A DDockObserver.java25 import android.media.Ringtone;
179 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri);
/frameworks/base/core/java/com/android/internal/app/
H A DRingtonePickerActivity.java25 import android.media.Ringtone;
84 * A Ringtone for the default ringtone. In most cases, the RingtoneManager
88 private Ringtone mDefaultRingtone;
285 * stopped by the RingtoneManager when we get another Ringtone from it.
292 Ringtone ringtone;
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java24 import android.media.Ringtone;
224 private Ringtone mRingtone;
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DKeyguardViewMediator.java32 import android.media.Ringtone;
953 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri);
/frameworks/base/services/java/com/android/server/status/
H A DStatusBarPolicy.java34 import android.media.Ringtone;
831 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri);

Completed in 102 milliseconds