Home | History | Annotate | Download | only in phone

Lines Matching refs:INCOMING

232      *         actually a ringing incoming call, or some other error occurred.
264 // This is the FIRST incoming call being answered.
360 if (state == Call.State.INCOMING) {
361 // Regular incoming call (with no other active calls)
362 log("hangupRingingCall(): regular incoming call: hangup()");
365 // Call-waiting: there's an incoming call, but another call is
386 // Unexpected state: the ringing call isn't INCOMING or
389 // (Presumably the incoming call went away at the exact moment
391 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call");
1938 // The headset button button means "Answer" if an incoming call is
1952 // If an incoming call is ringing, answer it (just like with the
1972 // No incoming ringing call.
2060 // incoming call. (Actually we need to verify that the active
2086 // incoming call, *and* the current conference isn't already
2119 // - There's no incoming ringing call
2418 return (state == Call.State.INCOMING && !PhoneApp.getInstance().mCM.hasActiveFgCall());