Searched refs:DEFAULT_RINGTONE_URI (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRingtoneManager.java125 * {@link System#DEFAULT_RINGTONE_URI},
138 * ringtone. This can be one of {@link System#DEFAULT_RINGTONE_URI},
168 * <li> a {@link Uri} that equals {@link System#DEFAULT_RINGTONE_URI},
605 * {@link System#DEFAULT_RINGTONE_URI}.
664 * {@link System#DEFAULT_RINGTONE_URI},
672 } else if (defaultRingtoneUri.equals(Settings.System.DEFAULT_RINGTONE_URI)) {
694 return Settings.System.DEFAULT_RINGTONE_URI;
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java285 defaultUri = Settings.System.DEFAULT_RINGTONE_URI;
/frameworks/base/core/java/android/provider/
H A DSettings.java1995 * you give {@link #DEFAULT_RINGTONE_URI} to the media player. It will resolve
1998 * @see #DEFAULT_RINGTONE_URI
2010 public static final Uri DEFAULT_RINGTONE_URI = getUriFor(RINGTONE); field in class:Settings.System
2024 * @see #DEFAULT_RINGTONE_URI

Completed in 218 milliseconds