phoneapp/phoneuistates/src/cphoneconferenceandwaitingandcallsetup.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
   180 void CPhoneConferenceAndWaitingAndCallSetup::HandleConnectingL( TInt aCallId )
   180 void CPhoneConferenceAndWaitingAndCallSetup::HandleConnectingL( TInt aCallId )
   181     {
   181     {
   182     __LOGMETHODSTARTEND( EPhoneUIStates, 
   182     __LOGMETHODSTARTEND( EPhoneUIStates, 
   183         "CPhoneConferenceAndWaitingAndCallSetup::HandleConnectingL");
   183         "CPhoneConferenceAndWaitingAndCallSetup::HandleConnectingL");
   184     BeginUiUpdateLC();
   184     BeginUiUpdateLC();
   185     UpdateRemoteInfoDataL ( aCallId );
       
   186     iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveGlobalNote );
   185     iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveGlobalNote );
   187     
   186     
   188     TPhoneCmdParamBoolean globalNotifierParam;
   187     TPhoneCmdParamBoolean globalNotifierParam;
   189     globalNotifierParam.SetBoolean( EFalse );
   188     globalNotifierParam.SetBoolean( EFalse );
   190     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled,
   189     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled,
   191         &globalNotifierParam );
   190         &globalNotifierParam );
   192     
   191     
   193     iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId );
   192     UpdateCallHeaderAndUiCommandsL( aCallId );
   194         
   193         
   195     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   194     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   196 
       
   197     UpdateUiCommands();
       
   198     EndUiUpdate();
   195     EndUiUpdate();
   199     }
   196     }
   200 
   197 
   201 // -----------------------------------------------------------
   198 // -----------------------------------------------------------
   202 // CPhoneConferenceAndWaitingAndCallSetup::HandleConnectedL
   199 // CPhoneConferenceAndWaitingAndCallSetup::HandleConnectedL
   205 void CPhoneConferenceAndWaitingAndCallSetup::HandleConnectedL( TInt aCallId )
   202 void CPhoneConferenceAndWaitingAndCallSetup::HandleConnectedL( TInt aCallId )
   206     {
   203     {
   207     __LOGMETHODSTARTEND( EPhoneUIStates, 
   204     __LOGMETHODSTARTEND( EPhoneUIStates, 
   208         "CPhoneConferenceAndWaitingAndCallSetup::HandleConnectedL");
   205         "CPhoneConferenceAndWaitingAndCallSetup::HandleConnectedL");
   209     BeginUiUpdateLC();
   206     BeginUiUpdateLC();
   210     UpdateRemoteInfoDataL ( aCallId );
   207     
   211 
   208     UpdateCallHeader( aCallId );
   212     iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId );
       
   213     
   209     
   214     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   210     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   215     
   211     
   216     UpdateUiCommands();
   212     UpdateUiCommands();
   217     EndUiUpdate();
   213     EndUiUpdate();