Home | History | Annotate | Download | only in phone

Lines Matching full:ringtone

21 import android.media.Ringtone;
50 // Uri for the ringtone.
53 Ringtone mRingtone;
82 * @return true if we're playing a ringtone and/or vibrating
85 * need to know if we're playing a ringtone or vibrating, use
98 * @return true if the ringtone is playing
121 * Starts the ringtone and/or vibrator
183 * Stops the ringtone and/or vibrator if any of these are actually
265 * Sets the ringtone uri in preparation for ringtone creation
267 * default ringtone.
281 Ringtone r = null;
286 // create the ringtone with the uri
287 if (DBG) log("creating ringtone: " + mCustomRingtoneUri);
308 r = (Ringtone) msg.obj;
312 if (DBG) log("- STOP_RING with null ringtone! msg = " + msg);