Home | History | Annotate | Download | only in phone

Lines Matching defs:ringing

725         // to the foreground while an incoming call is ringing:
726 if (mCM.getState() == Phone.State.RINGING) {
727 // If the phone is ringing, we *should* already be holding a
752 // The phone isn't ringing; this is either an outgoing call, or
827 && mCM.getState() != Phone.State.RINGING) {
894 // if there are not active or ringing calls.
1238 * is active (ie. off hook or ringing or dialing). Conversely, a return
1277 // while an incoming call is ringing. (The user *must* either
1280 if (DBG) log("BACK key while ringing: ignored");
1345 // If an incoming call is ringing, the CALL button is actually
1351 // incoming call started ringing *after*
1355 Log.w(LOG_TAG, "handleCallKey: incoming call is ringing!"
1360 // There's an incoming ringing call: CALL means "Answer".
1447 // or (2) "don't answer" if there's a current ringing call.
1457 if (mCM.getState() == Phone.State.RINGING) {
1458 // If an incoming call is ringing, the VOLUME buttons are
1464 // incoming call started ringing *after*
1468 Log.w(LOG_TAG, "VOLUME key: incoming call is ringing!"
1474 // As long as an incoming call is ringing, we always
1792 // If the disconnect event was from an incoming ringing call, but
1795 // stops ringing, to give people extra time to choose a response.)
1864 // State would be RINGING
2242 // Forcibly take down all dialog if an incoming call is ringing.
2248 // the phone isn't ringing.
2478 // - INCOMING_MISSED: incoming ringing call times out, or the
2479 // other end hangs up while still ringing
2480 // - INCOMING_REJECTED: user rejects the call while ringing
2781 // Actions while an incoming call is ringing:
3246 // If an incoming call is ringing, that takes priority over any
3319 * Answer a ringing call. This method does nothing if there's no
3320 * ringing or waiting call.
3330 Call ringing = mCM.getFirstActiveRingingCall();
3345 PhoneUtils.answerAndEndActive(mCM, ringing);
3347 PhoneUtils.answerCall(ringing);
3363 PhoneUtils.answerAndEndActive(mCM, ringing);
3365 PhoneUtils.answerCall(ringing);
3380 PhoneUtils.answerAndEndActive(mCM, ringing);
3387 PhoneUtils.answerCall(ringing); // Automatically holds the current active call,
3400 * Answer the ringing call *and* hang up the ongoing call.
3405 // In the rare case when multiple calls are ringing, the UI policy
3406 // it to always act on the first ringing call.
3411 * Hang up the ringing call (aka "Don't answer").
3416 // In the rare case when multiple calls are ringing, the UI policy
3417 // it to always act on the first ringing call.
3422 * Silence the ringer (if an incoming call is ringing.)
3434 * Respond via SMS to the ringing call.
3446 // In the rare case when multiple calls are ringing, the UI policy
3447 // it to always act on the first ringing call.
3753 // If an incoming call is ringing, make sure the dialpad is
3757 if (mCM.getState() == Phone.State.RINGING) {
3765 // incoming call, rather than as soon as it starts ringing, but
3862 // foreground call, and not when an incoming call is ringing
3876 ", ringing state: " + hasRingingCall +
4450 * Handles a "new ringing connection" event from the telephony layer.