telephonyserverplugins/common_tsy/test/component/src/cctsycallcontrolfu.cpp
changeset 64 b34bb05ac869
parent 23 6b1d113cdff3
equal deleted inserted replaced
56:ab72d5c1d770 64:b34bb05ac869
  2069     callParams0.iSpeakerControl = callParams.iSpeakerControl; 
  2069     callParams0.iSpeakerControl = callParams.iSpeakerControl; 
  2070     callParams0.iSpeakerVolume = callParams.iSpeakerVolume;
  2070     callParams0.iSpeakerVolume = callParams.iSpeakerVolume;
  2071     callParams0.iInterval = callParams.iInterval;
  2071     callParams0.iInterval = callParams.iInterval;
  2072     callParams0.iWaitForDialTone = callParams.iWaitForDialTone; 
  2072     callParams0.iWaitForDialTone = callParams.iWaitForDialTone; 
  2073     RCall::TCallParamsPckg   pckgCallParams0(callParams0);
  2073     RCall::TCallParamsPckg   pckgCallParams0(callParams0);
       
  2074     // We should expect the appropriate Alpha ID and Icon ID
       
  2075     callInfo.iValid |= (RMobileCall::KCallAlphaId | RMobileCall::KCallIconId);    
       
  2076     callInfo.iAlphaId.Copy(_L("Alpha Id"));
       
  2077     callInfo.iIconId.iQualifier = RMobileCall::ESelfExplanatory;
       
  2078     callInfo.iIconId.iIdentifier = 0x0A;
  2074 
  2079 
  2075     expectData.Close();
  2080     expectData.Close();
  2076     TMockLtsyCallData2< RMobileCall::TMobileCallParamsV7, RMobileCall::TMobileCallInfoV8 >
  2081     TMockLtsyCallData2< RMobileCall::TMobileCallParamsV7, RMobileCall::TMobileCallInfoV8 >
  2077         mockCallData2(1, mobileService, callParams, callInfo);
  2082         mockCallData2(1, mobileService, callParams, callInfo);
  2078     mockCallData2.SerialiseL(expectData);
  2083     mockCallData2.SerialiseL(expectData);