HomeSort by relevance Sort by last modified time
    Searched refs:callheld (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 655 int callheld = 0; local
711 callheld = mCallheld;
727 callheld = mCallheld;
734 callheld = 1;
737 callheld = 2;
745 callheld = mCallheld;
786 callheld = getCdmaCallHeldStatus(currCdmaThreeWayCallState,
803 mCallheld = callheld;
902 int callheld; local
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 232 { "callheld", "0-2", 0, FALSE },
1020 int callheld = telephony_get_indicator(maemo_indicators, "callheld"); local
1096 "callheld",
1100 "callheld",
1109 /* Upgrade callheld status if necessary */
1110 if (callheld == EV_CALLHELD_ON_HOLD)
1112 "callheld",
1135 "callheld",
1139 "callheld",
    [all...]
telephony-maemo6.c 192 { "callheld", "0-2", 0, FALSE },
980 int callheld = telephony_get_indicator(maemo_indicators, "callheld"); local
1056 "callheld",
1060 "callheld",
1069 /* Upgrade callheld status if necessary */
1070 if (callheld == EV_CALLHELD_ON_HOLD)
1072 "callheld",
1095 "callheld",
1099 "callheld",
    [all...]

Completed in 282 milliseconds