Home | History | Annotate | Download | only in phone

Lines Matching refs:callheld

655             int callheld = 0;
711 callheld = mCallheld;
727 callheld = mCallheld;
734 callheld = 1;
737 callheld = 2;
745 callheld = mCallheld;
786 callheld = getCdmaCallHeldStatus(currCdmaThreeWayCallState,
803 mCallheld = callheld;
844 (callheld == 1 && ! (backgroundCall.getEarliestConnectTime() ==
850 if (mCallheld != callheld || callsSwitched) {
851 mCallheld = callheld;
878 if ((call != 0 || callheld != 0) && sendUpdate) {
902 int callheld;
906 callheld = 0; //0: no calls held, as now *both* the caller are active
908 callheld = 1; //1: held call and active call, as on answering a
912 callheld = 1; //1: held call and active call, as on make a 3 Way Call
915 callheld = 0; //0: no calls held as this is a SINGLE_ACTIVE call
917 return callheld;
967 "(\"callsetup\",(0-3)),(\"callheld\",(0-2)),(\"signal\",(0-5))," +