phoneapp/phoneuistates/src/cphonesinglecall.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 15 2a26698d78ba
child 39 b8d67d6176f5
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
   606 void CPhoneSingleCall::HandleDiallingL( TInt aCallId )
   606 void CPhoneSingleCall::HandleDiallingL( TInt aCallId )
   607     {
   607     {
   608     __LOGMETHODSTARTEND( EPhoneUIStates, 
   608     __LOGMETHODSTARTEND( EPhoneUIStates, 
   609         "CPhoneSingleCall::HandleDiallingL()");
   609         "CPhoneSingleCall::HandleDiallingL()");
   610     
   610     
   611     BeginTransEffectLC( ENumberEntryClose );
       
   612     BeginUiUpdateLC();
   611     BeginUiUpdateLC();
   613     
   612     
   614     SetNumberEntryVisibilityL(EFalse);
   613     SetNumberEntryVisibilityL(EFalse);
   615     
   614     
   616     // Show incoming call buttons
   615     // Show incoming call buttons
   618 
   617 
   619     // Display call setup 
   618     // Display call setup 
   620     DisplayCallSetupL( aCallId );
   619     DisplayCallSetupL( aCallId );
   621 
   620 
   622     EndUiUpdate();
   621     EndUiUpdate();
   623     
       
   624     EndTransEffect();
       
   625 
   622 
   626     // Go to call setup state
   623     // Go to call setup state
   627     UpdateCbaL( EPhoneCallHandlingCallSetupCBA );
   624     UpdateCbaL( EPhoneCallHandlingCallSetupCBA );
   628     iStateMachine->ChangeState( EPhoneStateCallSetupInSingle );
   625     iStateMachine->ChangeState( EPhoneStateCallSetupInSingle );
   629     }
   626     }