Home | History | Annotate | Download | only in phone

Lines Matching refs:INCOMING

60  * (like starting the Ringer and Incoming Call UI, playing in-call tones,
399 // Check for a few cases where we totally ignore incoming calls.
402 // that an incoming call occurred. (This will generally send the
404 // incoming-call UI and the user had declined the call.)
411 // This is a very strange case: an incoming call that stopped
423 // State will be either INCOMING or WAITING.
429 // us get incoming connections in the first place.
441 // incoming call by consuming the broadcast and doing nothing, or
446 // We'd need to protect this with a new "intercept incoming calls"
453 if (VDBG) log("Holding wake lock on new incoming connection.");
457 // - do this before showing the incoming call panel
468 if (DBG) log("- showing incoming call (this is a WAITING call)...");
473 // we're not necessarily ready to actually show the incoming call
474 // to the user. (For calls in the INCOMING state, at least, we
486 * Determines whether or not we're allowed to present incoming calls to the
490 * current incoming call, without even indicating to the user that an
491 * incoming call occurred.
493 * (We only reject incoming calls in a few cases, like during an OTASP call
495 * SetupWizard yet. We also don't allow incoming calls on non-voice-capable
496 * devices. But note that we *always* allow incoming calls while in ECM.)
498 * @return true if we're *not* allowed to present an incoming call to
502 // Incoming calls are totally ignored on non-voice-capable devices.
505 // event in the first place! (Incoming calls *should* be blocked at
511 // In ECM (emergency callback mode), we ALWAYS allow incoming calls
515 if (DBG) log("Incoming call while in ECM: always allow...");
519 // Incoming calls are totally ignored if the device isn't provisioned yet.
523 Log.i(LOG_TAG, "Ignoring incoming call: not provisioned");
527 // Incoming calls are totally ignored if an OTASP call is active.
536 Log.i(LOG_TAG, "Ignoring incoming call: OTA call is active");
539 // We *are* allowed to receive incoming calls at this point.
555 * Helper method to manage the start of incoming call queries
601 // This should never happen; its the case where an incoming call
612 if (DBG) log("- showing incoming call (couldn't start query)...");
619 * starts the ringer, and brings up the "incoming call" UI.
649 // Make sure we still have an incoming call!
651 // (It's possible for the incoming call to have been disconnected
656 // Note we don't have to worry about the incoming call going away
662 Log.i(LOG_TAG, "onCustomRingQueryComplete: No incoming call! Bailing out...");
663 // Don't start the ringer *or* bring up the "incoming call" UI.
672 // ...and display the incoming call to the user:
673 if (DBG) log("- showing incoming call (custom ring query complete)...");
681 // basically do onPhoneStateChanged + display the incoming call UI
683 if (DBG) log("- showing incoming call (unknown connection appeared)...");
689 * Informs the user about a new incoming call.
691 * In most cases this means "bring up the full-screen incoming call
696 * Watch out: be sure to call this method only once per incoming call,
701 * Note this method handles only the onscreen UI for incoming calls;
710 // Before bringing up the "incoming call" UI, force any system
722 // Post the "incoming call" notification *and* include the
723 // fullScreenIntent that'll launch the incoming-call UI.
724 // (This will usually take us straight to the incoming call
736 * - see onNewRingingConnection() for new incoming calls
926 + "updating state for incoming call..");
1011 + ", incoming = " + c.isIncoming()
1035 // Stop the ringer if it was ringing (for an incoming call that
1039 // foreground or background call disconnects while an incoming call
1044 // and at the same time receives an Incoming Call, the Incoming Call is given
1047 // the Incoming Call
1171 // (Note we *don't* do this if this was an incoming call that
1287 * incoming ringing call no longer exists.)
1296 // regular INCOMING calls.
1298 if (ringingCall.getState() == Call.State.INCOMING) {
1631 // Do not start any new SignalInfo tone when Call state is INCOMING
1671 * Plays a Call waiting tone if it is present in the second incoming call.
1683 // Display the incoming call to the user if the InCallScreen isn't
1686 if (DBG) log("- showing incoming call (CDMA call waiting)...");