Lines Matching refs:INCOMING
58 * (like starting the Ringer and Incoming Call UI, playing in-call tones,
380 // Check for a few cases where we totally ignore incoming calls.
383 // that an incoming call occurred. (This will generally send the
385 // incoming
392 // This is a very strange case: an incoming call that stopped
404 // State will be either INCOMING or WAITING.
410 // us get incoming connections in the first place.
422 // incoming call by consuming the broadcast and doing nothing, or
427 // We'd need to protect this with a new "intercept incoming calls"
434 if (VDBG) log("Holding wake lock on new incoming connection.");
438 // - do this before showing the incoming call panel
444 // we're not necessarily ready to actually show the incoming call
445 // to the user. (For calls in the INCOMING state, at least, we
457 * Determines whether or not we're allowed to present incoming calls to the
461 * current incoming call, without even indicating to the user that an
462 * incoming call occurred.
464 * (We only reject incoming calls in a few cases, like during an OTASP call
466 * SetupWizard yet. We also don't allow incoming calls on non-voice-capable
467 * devices. But note that we *always* allow incoming calls while in ECM.)
469 * @return true if we're *not* allowed to present an incoming call to
473 // Incoming calls are totally ignored on non-voice-capable devices.
476 // event in the first place! (Incoming calls *should* be blocked at
482 // In ECM (emergency callback mode), we ALWAYS allow incoming calls
486 if (DBG) log("Incoming call while in ECM: always allow...");
490 // Incoming calls are totally ignored if the device isn't provisioned yet.
494 Log.i(LOG_TAG, "Ignoring incoming call: not provisioned");
498 // Incoming calls are totally ignored if an OTASP call is active.
507 Log.i(LOG_TAG, "Ignoring incoming call: OTA call is active");
510 // We *are* allowed to receive incoming calls at this point.
525 * Helper method to manage the start of incoming call queries
571 // This should never happen; its the case where an incoming call
582 * starts the ringer, and brings up the "incoming call" UI.
612 // Make sure we still have an incoming call!
614 // (It's possible for the incoming call to have been disconnected
619 // Note we don't have to worry about the incoming call going away
625 Log.i(LOG_TAG, "onCustomRingQueryComplete: No incoming call! Bailing out...");
626 // Don't start the ringer *or* bring up the "incoming call" UI.
674 * - see onNewRingingConnection() for new incoming calls
810 + "updating state for incoming call..");
903 + ", incoming = " + c.isIncoming()
927 // Stop the ringer if it was ringing (for an incoming call that
931 // foreground or background call disconnects while an incoming call
936 // and at the same time receives an Incoming Call, the Incoming Call is given
939 // the Incoming Call
1063 // (Note we *don't* do this if this was an incoming call that
1182 * incoming ringing call no longer exists.)
1192 // regular INCOMING calls.
1194 if (ringingCall.getState() == Call.State.INCOMING) {
1527 // Do not start any new SignalInfo tone when Call state is INCOMING
1567 * Plays a Call waiting tone if it is present in the second incoming call.