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 654 int callheld = 0; local
710 callheld = mCallheld;
726 callheld = mCallheld;
733 callheld = 1;
736 callheld = 2;
744 callheld = mCallheld;
783 callheld = getCdmaCallHeldStatus(currCdmaThreeWayCallState,
887 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 1067 milliseconds