phoneapp/phoneuistates/src/cphonetwosingles.cpp
branchRCL_3
changeset 3 8871b09be73b
parent 0 5f000ab63145
child 4 24062c24fe38
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
   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 );