phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
   180 //
   180 //
   181 void CPhoneConferenceAndCallSetup::HandleConnectingL( TInt aCallId )
   181 void CPhoneConferenceAndCallSetup::HandleConnectingL( TInt aCallId )
   182     {
   182     {
   183     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneConferenceAndCallSetup::HandleConnectingL()");
   183     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneConferenceAndCallSetup::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     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   192     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   194     
   193     
   195     iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId );
   194     UpdateCallHeaderAndUiCommandsL( aCallId );
   196     
   195 
   197     UpdateUiCommands();
       
   198     EndUiUpdate();        
   196     EndUiUpdate();        
   199     }
   197     }
   200     
   198     
   201 // -----------------------------------------------------------
   199 // -----------------------------------------------------------
   202 // CPhoneConferenceAndCallSetup::HandleConnectedL
   200 // CPhoneConferenceAndCallSetup::HandleConnectedL
   203 // -----------------------------------------------------------
   201 // -----------------------------------------------------------
   204 //
   202 //
   205 void CPhoneConferenceAndCallSetup::HandleConnectedL( TInt aCallId )
   203 void CPhoneConferenceAndCallSetup::HandleConnectedL( TInt aCallId )
   206     {
   204     {
   207     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneConferenceAndCallSetup::HandleConnectedL()");
   205     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneConferenceAndCallSetup::HandleConnectedL()");
   208     BeginUiUpdateLC();
   206     UpdateCallHeaderAndUiCommandsL( aCallId );
   209 
       
   210     iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId );
       
   211     
       
   212     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   207     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
   213     UpdateUiCommands();
       
   214     EndUiUpdate(); 
       
   215     iStateMachine->ChangeState( EPhoneStateConferenceAndSingle );
   208     iStateMachine->ChangeState( EPhoneStateConferenceAndSingle );
   216     }
   209     }
   217 
   210 
   218 // -----------------------------------------------------------
   211 // -----------------------------------------------------------
   219 // CPhoneConferenceAndCallSetup:HandleIdleL
   212 // CPhoneConferenceAndCallSetup:HandleIdleL