Home | History | Annotate | Download | only in incallui

Lines Matching refs:INCOMING

71         || mPrevCallState == DialerCall.State.INCOMING);
75 * Determines if a call is in incoming/waiting state.
78 * @return {@code true} if the call is in incoming or waiting state, {@code false} otherwise.
83 || call.getState() == DialerCall.State.INCOMING);
139 if (newState == InCallState.INCOMING) {
182 * <p>Reject incoming or hangup dialing call: Where the previous call was an incoming call or a
184 * is incoming, pause video on the previous primary call.
202 // Send resume request for the active call, if user rejects incoming call, ends dialing
207 // incoming call.
215 * Handles new incoming calls by triggering a change in the primary call.
219 * @param call the incoming call.