phoneapp/phoneuistates/src/cphonetwosingles.cpp
branchCompilerCompatibility
changeset 13 2411cd0e2ad6
parent 9 8871b09be73b
child 14 24062c24fe38
equal deleted inserted replaced
11:abbe9afab2af 13:2411cd0e2ad6
   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 );