Home | History | Annotate | Download | only in incallui

Lines Matching defs:INCOMING

194         // Examples: (1) A new incoming call could come in and then get disconnected before
196 // (2) All calls could disconnect and then get a new incoming call before the
230 // incoming call screen
253 * Called when there is a new incoming call.
259 InCallState newState = startOrFinishUi(InCallState.INCOMING);
276 * changes from being connected (incoming/outgoing/active) to disconnected.
302 newState = InCallState.INCOMING;
443 * INCOMING CALL
557 // A new Incoming call means that the user needs to be notified of the the call (since
561 // The process for incoming calls is as follows:
563 // 1) CallList - Announces existence of new INCOMING call
565 // - should be set to INCOMING.
580 // we get an incoming call.
581 final boolean startStartupSequence = (InCallState.INCOMING == newState);
586 // This is different from the incoming call sequence because we do not need to shock the
590 // TODO: Can we be suddenly in a call without it having been in the outgoing or incoming
610 // We're about the bring up the in-call UI for an incoming call. If we still have
611 // dialogs up, we need to clear them out before showing incoming screen.
630 // If the screen is off, we need to make sure it gets turned on for incoming calls.
723 // Incoming-call screen is up
724 INCOMING,
733 return (this == INCOMING);
737 return (this == INCOMING ||