Home | History | Annotate | Download | only in phone

Lines Matching refs:ring

240                 // repeat the ring when requested by the RIL, and when the user has NOT
248 mRinger.ring();
250 if (DBG) log("RING before NEW_RING, skipping");
438 // - don't ring for call waiting connections
457 // still need to run a caller-id query, and we may not even ring
566 // if this has already been queried then just ring, otherwise
588 // In this case, just log the request and ring.
589 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
590 mRinger.ring();
639 // *after* this check but before we call mRinger.ring() below,
650 // Ring, either with the queried ringtone or default one.
652 mRinger.ring();
655 if (DBG) log("- showing incoming call (custom ring query complete)...");
685 * calls to Ringer.ring() in this class.)
963 // set the ringtone uri to prepare for the ring.
969 // ring, and other post-ring actions.
1344 * Stops the current ring, and tells the notifier that future
1345 * ring requests should be ignored.
1369 mRinger.ring();
1512 // Call ring back tone is stopped by stopTone() method