Home | History | Annotate | Download | only in phone

Lines Matching refs:RINGING

293         // PENDING: should we just silently fail if phone is offhook or ringing?
295 if (state != PhoneConstants.State.OFFHOOK && state != PhoneConstants.State.RINGING) {
379 * false if there wasn't actually a ringing incoming call, or some
406 // No call was ringing.
426 if ((mCM.getState() == PhoneConstants.State.RINGING)
439 return (mCM.getState() == PhoneConstants.State.RINGING);