Lines Matching full:incoming
362 // Examples: (1) A new incoming call could come in and then get disconnected before
364 // (2) All calls could disconnect and then get a new incoming call before the
458 * Called when there is a new incoming call.
464 InCallState newState = startOrFinishUi(InCallState.INCOMING);
481 * changes from being connected (incoming/outgoing/active) to disconnected.
506 newState = InCallState.INCOMING;
680 * Answers any incoming call.
698 * Declines any incoming call.
885 * INCOMING CALL
1035 // A new Incoming call means that the user needs to be notified of the the call (since
1039 // The process for incoming calls is as follows:
1041 // 1) CallList - Announces existence of new INCOMING call
1043 // - should be set to INCOMING.
1058 // we get an incoming call. Depending on the current context of the device, either a
1059 // incoming call HUN or the actual InCallActivity will be shown.
1060 final boolean startIncomingCallSequence = (InCallState.INCOMING == newState);
1074 // This is different from the incoming call sequence because we do not need to shock the
1111 // We're about the bring up the in-call UI for an incoming call. If we still have
1112 // dialogs up, we need to clear them out before showing incoming screen.
1200 // If the screen is off, we need to make sure it gets turned on for incoming calls.
1302 // Incoming call, just show the in-call UI directly.
1577 // Incoming-call screen is up
1578 INCOMING,
1594 return (this == INCOMING);
1598 return (this == INCOMING ||