phoneapp/phoneuistates/src/cphonesingleandcallsetupandwaiting.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
   315     TPhoneCmdParamBoolean globalNotifierParam;
   315     TPhoneCmdParamBoolean globalNotifierParam;
   316     globalNotifierParam.SetBoolean( EFalse );
   316     globalNotifierParam.SetBoolean( EFalse );
   317     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled,
   317     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled,
   318         &globalNotifierParam );
   318         &globalNotifierParam );
   319 
   319 
   320     BeginUiUpdateLC();
   320     UpdateCallHeaderAndUiCommandsL( aCallId );
   321     UpdateRemoteInfoDataL( aCallId );
       
   322     iViewCommandHandle->ExecuteCommandL( 
       
   323             EPhoneViewUpdateBubble, 
       
   324             aCallId );
       
   325 
       
   326     UpdateUiCommands();
       
   327     EndUiUpdate();
       
   328     }
   321     }
   329 
   322 
   330 // -----------------------------------------------------------
   323 // -----------------------------------------------------------
   331 // CPhoneSingleAndCallSetupAndWaiting::HandleConnectedL
   324 // CPhoneSingleAndCallSetupAndWaiting::HandleConnectedL
   332 // -----------------------------------------------------------
   325 // -----------------------------------------------------------
   334 void CPhoneSingleAndCallSetupAndWaiting::HandleConnectedL( TInt aCallId )
   327 void CPhoneSingleAndCallSetupAndWaiting::HandleConnectedL( TInt aCallId )
   335     {
   328     {
   336     __LOGMETHODSTARTEND( EPhoneUIStates, 
   329     __LOGMETHODSTARTEND( EPhoneUIStates, 
   337         "CPhoneSingleAndCallSetupAndWaiting::HandleConnectedL()");
   330         "CPhoneSingleAndCallSetupAndWaiting::HandleConnectedL()");
   338     
   331     
   339     iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId );
   332     UpdateCallHeader( aCallId );
   340     
   333     
   341     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   334     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   342 
   335 
   343     
   336     
   344     if ( aCallId != iWaitingCallId ) // Alerting call is connected
   337     if ( aCallId != iWaitingCallId ) // Alerting call is connected