Lines Matching defs:ringing
84 // stopped ringing. Instead, when a call-waiting call first comes in we
234 log("RINGING... (new)");
245 if ((pb.getState() == Phone.State.RINGING)
247 if (DBG) log("RINGING... (PHONE_INCOMING_RING event)");
270 // any more, so start ringing NOW even if it means we won't
386 * Handles a "new ringing connection" event from the telephony layer.
391 Call ringing = c.getCall();
392 Phone phone = ringing.getPhone();
400 PhoneUtils.hangupRingingCall(ringing);
411 Log.i(LOG_TAG, "CallNotifier.onNewRingingConnection(): connection not ringing!");
413 // ringing almost instantly after the onNewRingingConnection()
425 if (VDBG) log("- connection is ringing! state = " + state);
436 // it would be a "call waiting" call or a regular ringing call.
438 // ringing or bringing up the in-call UI.
441 // intercept) new ringing connections. An app could reject the
586 // we wait for the alloted time before ringing.
604 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
658 if (mCM.getState() != Phone.State.RINGING) {
666 if (VDBG) log("RINGING... (onCustomRingQueryComplete)");
818 // be ringing any more. (This is just a sanity-check; we
1019 // Stop the ringer if it was ringing (for an incoming call that
1024 // is still ringing, but that's a really rare corner case.
1326 * Indicates whether or not this ringer is ringing.
1345 * (This is a no-op if the ringer is actually still ringing, or if the
1346 * incoming ringing call no longer exists.)
1350 if (isRinging()) return; // Already ringing; no need to restart.
1746 * 1 - On receiving a New Ringing Call