Home | History | Annotate | Download | only in incallui

Lines Matching refs:INCOMING

472     // Examples: (1) A new incoming call could come in and then get disconnected before
474 // (2) All calls could disconnect and then get a new incoming call before the
528 "not attempting to block incoming call because user is locked");
532 Log.i(this, "Not attempting to block incoming emergency call");
536 Log.i(this, "Not attempting to block incoming call due to recent emergency call");
545 "not attempting to block incoming call because framework blocking is in use");
606 Log.i(this, "Rejecting incoming call from blocked number");
691 // an incoming call in that situation, just disconnect that "waiting for account" call and
692 // dismiss the dialog. The same activity will be reused to handle the new incoming call. See
695 if (newState == InCallState.INCOMING
721 /** Called when there is a new incoming call. */
724 InCallState newState = startOrFinishUi(InCallState.INCOMING);
743 && mInCallState == InCallPresenter.InCallState.INCOMING) {
746 "rejecting upgrade request due to existing incoming call");
774 * connected (incoming/outgoing/active) to disconnected.
813 newState = InCallState.INCOMING;
1078 /** INCOMING CALL */
1231 // A new Incoming call means that the user needs to be notified of the the call (since
1235 // The process for incoming calls is as follows:
1237 // 1) CallList - Announces existence of new INCOMING call
1239 // - should be set to INCOMING.
1254 // we get an incoming call. Depending on the current context of the device, either a
1255 // incoming call HUN or the actual InCallActivity will be shown.
1256 final boolean startIncomingCallSequence = (InCallState.INCOMING == newState);
1270 // This is different from the incoming call sequence because we do not need to shock the
1307 // We're about the bring up the in-call UI for outgoing and incoming call. If we still have
1311 if ((newState == InCallState.INCOMING || newState == InCallState.PENDING_OUTGOING)
1454 // Incoming call, just show the in-call UI directly.
1632 // Incoming-call screen is up
1633 INCOMING,
1649 return (this == INCOMING);
1653 return (this == INCOMING || this == OUTGOING || this == INCALL);