Home | History | Annotate | Download | only in phone

Lines Matching refs:callheld

1010             int callheld = 0;
1067 callheld = mCallheld;
1083 callheld = mCallheld;
1090 callheld = 1;
1093 callheld = 2;
1101 callheld = mCallheld;
1143 callheld = getCdmaCallHeldStatus(currCdmaThreeWayCallState,
1160 mCallheld = callheld;
1201 (callheld == 1 && ! (backgroundCall.getEarliestConnectTime() ==
1207 if (mCallheld != callheld || callsSwitched) {
1208 mCallheld = callheld;
1235 if ((call != 0 || callheld != 0) && sendUpdate) {
1260 int callheld;
1264 callheld = 0; //0: no calls held, as now *both* the caller are active
1266 callheld = 1; //1: held call and active call, as on answering a
1270 callheld = 1; //1: held call and active call, as on make a 3 Way Call
1273 callheld = 0; //0: no calls held as this is a SINGLE_ACTIVE call
1275 return callheld;
1337 "(\"callsetup\",(0-3)),(\"callheld\",(0-2)),(\"signal\",(0-5))," +