Lines Matching refs:switchCallInfo
931 CellularCallInfo switchCallInfo;
932 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, switchCallInfo);
934 ret = telephonyService->SwitchCall(switchCallInfo);
938 CellularCallInfo switchCallInfo;
939 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, switchCallInfo);
941 ret = telephonyService->SwitchCall(switchCallInfo);
964 CellularCallInfo switchCallInfo;
965 int32_t ret = InitCellularCallInfo(INVALID_SLOTID, PHONE_NUMBER, switchCallInfo);
967 ret = telephonyService->SwitchCall(switchCallInfo);
971 CellularCallInfo switchCallInfo;
972 int32_t ret = InitCellularCallInfo(INVALID_SLOTID, PHONE_NUMBER, switchCallInfo);
974 ret = telephonyService->SwitchCall(switchCallInfo);