Lines Matching full:incoming
204 * actually a ringing incoming call, or some other error occurred.
232 // This is the FIRST incoming call being answered.
272 Log.i(LOG_TAG, "Forcing speaker off due to new incoming call...");
362 if (state == Call.State.INCOMING) {
363 // Regular incoming call (with no other active calls)
364 log("hangupRingingCall(): regular incoming call: hangup()");
367 // Unexpected state: the ringing call isn't INCOMING or
370 // (Presumably the incoming call went away at the exact moment
372 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call");
469 * Answers the incoming call specified by "ringing", and ends the currently active phone call.
471 * This method is useful when's there's an incoming call which we cannot manage with the
2007 // incoming call. (Actually we need to verify that the active
2033 // incoming call, *and* the current conference isn't already
2068 // - There's no incoming ringing call
2289 * Returns true when the given call is in INCOMING state and there's no foreground phone call,
2290 * meaning the call is the first real incoming call the phone is having.
2293 return (state == Call.State.INCOMING && !PhoneGlobals.getInstance().mCM.hasActiveFgCall());