Home | History | Annotate | Download | only in phone

Lines Matching refs:callheld

1011             int callheld = 0;
1068 callheld = mCallheld;
1084 callheld = mCallheld;
1091 callheld = 1;
1094 callheld = 2;
1102 callheld = mCallheld;
1144 callheld = getCdmaCallHeldStatus(currCdmaThreeWayCallState,
1161 mCallheld = callheld;
1202 (callheld == 1 && ! (backgroundCall.getEarliestConnectTime() ==
1208 if (mCallheld != callheld || callsSwitched) {
1209 mCallheld = callheld;
1236 if ((call != 0 || callheld != 0) && sendUpdate) {
1261 int callheld;
1265 callheld = 0; //0: no calls held, as now *both* the caller are active
1267 callheld = 1; //1: held call and active call, as on answering a
1271 callheld = 1; //1: held call and active call, as on make a 3 Way Call
1274 callheld = 0; //0: no calls held as this is a SINGLE_ACTIVE call
1276 return callheld;
1338 "(\"callsetup\",(0-3)),(\"callheld\",(0-2)),(\"signal\",(0-5))," +