equal
deleted
inserted
replaced
251 __LOGMETHODSTARTEND(EPhoneControl, "CPhoneGsmInCall::BringIncomingToForegroundL( ) "); |
251 __LOGMETHODSTARTEND(EPhoneControl, "CPhoneGsmInCall::BringIncomingToForegroundL( ) "); |
252 |
252 |
253 // Remove any phone dialogs if they are displayed |
253 // Remove any phone dialogs if they are displayed |
254 iViewCommandHandle->ExecuteCommandL( EPhoneViewRemovePhoneDialogs ); |
254 iViewCommandHandle->ExecuteCommandL( EPhoneViewRemovePhoneDialogs ); |
255 |
255 |
256 // Capture keys when there is an incoming call |
|
257 CaptureKeysDuringCallNotificationL( ETrue ); |
|
258 |
|
259 // Bring Phone app in the foreground |
256 // Bring Phone app in the foreground |
260 TPhoneCmdParamInteger uidParam; |
257 TPhoneCmdParamInteger uidParam; |
261 uidParam.SetInteger( KUidPhoneApplication.iUid ); |
258 uidParam.SetInteger( KUidPhoneApplication.iUid ); |
262 iViewCommandHandle->ExecuteCommandL( EPhoneViewBringAppToForeground, |
259 iViewCommandHandle->ExecuteCommandL( EPhoneViewBringAppToForeground, |
263 &uidParam ); |
260 &uidParam ); |