Lines Matching refs:INCOMING
263 * actually a ringing incoming call, or some other error occurred.
295 // This is the FIRST incoming call being answered.
350 Log.i(LOG_TAG, "Forcing speaker off due to new incoming call...");
440 if (state == Call.State.INCOMING) {
441 // Regular incoming call (with no other active calls)
442 log("hangupRingingCall(): regular incoming call: hangup()");
445 // Call-waiting: there's an incoming call, but another call is
466 // Unexpected state: the ringing call isn't INCOMING or
469 // (Presumably the incoming call went away at the exact moment
471 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call");
568 * Answers the incoming call specified by "ringing", and ends the currently active phone call.
570 * This method is useful when's there's an incoming call which we cannot manage with the
2183 // The headset button button means "Answer" if an incoming call is
2197 // If an incoming call is ringing, answer it (just like with the
2217 // No incoming ringing call.
2349 // incoming call. (Actually we need to verify that the active
2375 // incoming call, *and* the current conference isn't already
2408 // - There's no incoming ringing call
2627 * Returns true when the given call is in INCOMING state and there's no foreground phone call,
2628 * meaning the call is the first real incoming call the phone is having.
2631 return (state == Call.State.INCOMING && !PhoneGlobals.getInstance().mCM.hasActiveFgCall());