Lines Matching defs:callState
827 Call.State callState = fgPhone.getForegroundCall().getState();832 if (callState == Call.State.DIALING || callState == Call.State.ALERTING) {842 } else if (callState == Call.State.ACTIVE) {854 Call.State callState = mCM.getActiveFgCallState();855 if (!callState.isDialing()) {