phoneapp/phoneuistates/src/cphonecallsetup.cpp
branchRCL_3
changeset 26 8baf28733c3d
parent 25 5266b1f337bd
equal deleted inserted replaced
25:5266b1f337bd 26:8baf28733c3d
   156     // Only handle connecting case for GSM protocol. In CDMA, this message is 
   156     // Only handle connecting case for GSM protocol. In CDMA, this message is 
   157     // set when the CDMA network receives the call, not (like in GSM) when
   157     // set when the CDMA network receives the call, not (like in GSM) when
   158     // when the remote party receives the call. So, in CDMA, the user
   158     // when the remote party receives the call. So, in CDMA, the user
   159     // should still be able to cancel the MO call before the call is connected.
   159     // should still be able to cancel the MO call before the call is connected.
   160     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetup::HandleConnectingL()");
   160     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetup::HandleConnectingL()");
   161     BeginUiUpdateLC();
   161     TransitionHandlerL().BeginUiUpdateLC();
   162     UpdateRemoteInfoDataL ( aCallId );
   162     UpdateRemoteInfoDataL ( aCallId );
   163     
   163     
   164     SetNeedToReturnToForegroundAppStatusL( EFalse );
   164     SetNeedToReturnToForegroundAppStatusL( EFalse );
   165     
   165     
   166     // Re-enable global notes
   166     // Re-enable global notes
   185         iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveNumberEntry );
   185         iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveNumberEntry );
   186         }
   186         }
   187 
   187 
   188     SetToolbarButtonLoudspeakerEnabled();
   188     SetToolbarButtonLoudspeakerEnabled();
   189 
   189 
   190     EndUiUpdate();
   190     TransitionHandlerL().EndUiUpdate();
   191     
   191     
   192     UpdateCbaL( EPhoneCallHandlingInCallCBA );
   192     UpdateCbaL( EPhoneCallHandlingInCallCBA );
   193     iStateMachine->ChangeState( EPhoneStateAlerting );
   193     iStateMachine->ChangeState( EPhoneStateAlerting );
   194     }
   194     }
   195 
   195