Home | History | Annotate | Download | only in incallui

Lines Matching refs:OUTGOING

774    * connected (incoming/outgoing/active) to disconnected.
819 newState = InCallState.OUTGOING;
829 return InCallState.OUTGOING;
845 mInCallState = InCallState.OUTGOING;
1261 // A new outgoing call indicates that the user just now dialed a number and when that
1268 // This pending outgoing state can also launch the call screen.
1275 boolean showCallUi = InCallState.OUTGOING == newState && mainUiNotVisible;
1278 // outgoing call process, so the UI should be brought up to show an error dialog.
1285 // valid accounts set. Bring the UI up if this is true for the current pending outgoing
1307 // We're about the bring up the in-call UI for outgoing and incoming call. If we still have
1310 // outgoing call after user ignore it by pressing home button.
1638 // Waiting for user input before placing outgoing call
1646 OUTGOING;
1653 return (this == INCOMING || this == OUTGOING || this == INCALL);