phoneapp/phoneuistates/src/cphoneincoming.cpp
branchRCL_3
changeset 9 8871b09be73b
parent 0 5f000ab63145
child 14 24062c24fe38
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
   191     callState.SetCallState( EPEStateConnected );
   191     callState.SetCallState( EPEStateConnected );
   192     iViewCommandHandle->ExecuteCommandL( EPhoneViewGetCallIdByState, &callState );
   192     iViewCommandHandle->ExecuteCommandL( EPhoneViewGetCallIdByState, &callState );
   193     TInt connectedCall = callState.CallId(); 
   193     TInt connectedCall = callState.CallId(); 
   194     
   194     
   195     BeginUiUpdateLC();
   195     BeginUiUpdateLC();
       
   196     
       
   197     // Hide the number entry if it exists
       
   198     if ( IsNumberEntryUsedL() )
       
   199         {
       
   200         SetNumberEntryVisibilityL( EFalse );    
       
   201         }
   196     
   202     
   197     TPhoneCmdParamBoolean dialerParam;
   203     TPhoneCmdParamBoolean dialerParam;
   198     dialerParam.SetBoolean( ETrue );
   204     dialerParam.SetBoolean( ETrue );
   199     
   205     
   200     AllowShowingOfWaitingCallHeaderL( dialerParam );
   206     AllowShowingOfWaitingCallHeaderL( dialerParam );