phoneapp/phoneuistates/src/cphonecallsetup.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
   146     // set when the CDMA network receives the call, not (like in GSM) when
   146     // set when the CDMA network receives the call, not (like in GSM) when
   147     // when the remote party receives the call. So, in CDMA, the user
   147     // when the remote party receives the call. So, in CDMA, the user
   148     // should still be able to cancel the MO call before the call is connected.
   148     // should still be able to cancel the MO call before the call is connected.
   149     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetup::HandleConnectingL()");
   149     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetup::HandleConnectingL()");
   150     BeginUiUpdateLC();
   150     BeginUiUpdateLC();
   151     UpdateRemoteInfoDataL ( aCallId );
       
   152     
   151     
   153     TPhoneCmdParamBoolean globalNotifierParam;
   152     TPhoneCmdParamBoolean globalNotifierParam;
   154     globalNotifierParam.SetBoolean( EFalse );
   153     globalNotifierParam.SetBoolean( EFalse );
   155     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled,
   154     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled,
   156         &globalNotifierParam );
   155         &globalNotifierParam );
   158     TPhoneCmdParamBoolean booleanParam;
   157     TPhoneCmdParamBoolean booleanParam;
   159     booleanParam.SetBoolean( ETrue );
   158     booleanParam.SetBoolean( ETrue );
   160     iViewCommandHandle->ExecuteCommand( EPhoneViewHsToForegroundAfterCall,
   159     iViewCommandHandle->ExecuteCommand( EPhoneViewHsToForegroundAfterCall,
   161         &booleanParam );
   160         &booleanParam );
   162     
   161     
   163     iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId);
   162     UpdateCallHeaderAndUiCommandsL( aCallId);
   164 
   163 
   165     SetToolbarButtonLoudspeakerEnabled();
   164     SetToolbarButtonLoudspeakerEnabled();
   166     UpdateUiCommands();
       
   167     EndUiUpdate();
   165     EndUiUpdate();
   168     iStateMachine->ChangeState( EPhoneStateAlerting );
   166     iStateMachine->ChangeState( EPhoneStateAlerting );
   169     }
   167     }
   170 
   168 
   171 // End of File
   169 // End of File