equal
deleted
inserted
replaced
397 __LOGMETHODSTARTEND( EPhoneUIStates, |
397 __LOGMETHODSTARTEND( EPhoneUIStates, |
398 "CPhoneTwoSingles::HandleIncomingL()"); |
398 "CPhoneTwoSingles::HandleIncomingL()"); |
399 |
399 |
400 BeginUiUpdateLC(); |
400 BeginUiUpdateLC(); |
401 |
401 |
|
402 // Hide the number entry if it exists |
|
403 if ( IsNumberEntryUsedL() ) |
|
404 { |
|
405 SetNumberEntryVisibilityL( EFalse ); |
|
406 } |
|
407 |
402 TPhoneCmdParamBoolean dialerParam; |
408 TPhoneCmdParamBoolean dialerParam; |
403 dialerParam.SetBoolean( ETrue ); |
409 dialerParam.SetBoolean( ETrue ); |
404 |
410 |
405 // Get allow waiting call header param value. |
411 // Get allow waiting call header param value. |
406 AllowShowingOfWaitingCallHeaderL( dialerParam ); |
412 AllowShowingOfWaitingCallHeaderL( dialerParam ); |