Home | History | Annotate | Download | only in phone

Lines Matching full:ringtone

22 import android.media.Ringtone;
63 // Uri for the ringtone.
67 Ringtone mRingtone;
117 * @return true if we're playing a ringtone and/or vibrating
120 * need to know if we're playing a ringtone or vibrating, use
133 * @return true if the ringtone is playing
156 * Starts the ringtone and/or vibrator
223 * Stops the ringtone and/or vibrator if any of these are actually
305 * Sets the ringtone uri in preparation for ringtone creation
307 * default ringtone.
321 Ringtone r = null;
326 // create the ringtone with the uri
327 if (DBG) log("creating ringtone: " + mCustomRingtoneUri);
348 r = (Ringtone) msg.obj;
352 if (DBG) log("- STOP_RING with null ringtone! msg = " + msg);