Lines Matching refs:holdCallInfo
799 CellularCallInfo holdCallInfo;
800 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, holdCallInfo);
802 ret = telephonyService->HoldCall(holdCallInfo);
806 CellularCallInfo holdCallInfo;
807 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, holdCallInfo);
809 ret = telephonyService->HoldCall(holdCallInfo);
832 CellularCallInfo holdCallInfo;
833 int32_t ret = InitCellularCallInfo(INVALID_SLOTID, PHONE_NUMBER, holdCallInfo);
835 ret = telephonyService->HoldCall(holdCallInfo);
839 CellularCallInfo holdCallInfo;
840 int32_t ret = InitCellularCallInfo(INVALID_SLOTID, PHONE_NUMBER, holdCallInfo);
842 ret = telephonyService->HoldCall(holdCallInfo);