Home | History | Annotate | Download | only in phone

Lines Matching full:uri

23 import android.net.Uri;
50 // Uri for the ringtone.
51 Uri mCustomRingtoneUri;
265 * Sets the ringtone uri in preparation for ringtone creation
266 * in makeLooper(). This uri is defaulted to the phone-wide
269 void setCustomRingtoneUri (Uri uri) {
270 if (uri != null) {
271 mCustomRingtoneUri = uri;
286 // create the ringtone with the uri