phoneapp/phoneuicontrol/src/cphonestateidle.cpp
branchRCL_3
changeset 14 b8d67d6176f5
parent 9 91c2fb4b78df
child 20 3c221667e687
equal deleted inserted replaced
12:b68fcd923911 14:b8d67d6176f5
   299                     {
   299                     {
   300                     HandleCommandL( EEasyDialingEnterKeyAction );
   300                     HandleCommandL( EEasyDialingEnterKeyAction );
   301                     }
   301                     }
   302                 else
   302                 else
   303                     {
   303                     {
   304                     HandleCommandL( EPhoneCmdOptions );
   304                     TPhoneCmdParamInteger numberEntryCountParam;
       
   305                     iViewCommandHandle->ExecuteCommandL( 
       
   306                             EPhoneViewGetNumberEntryCount,
       
   307                             &numberEntryCountParam );
       
   308                     
       
   309                     TInt neLength( numberEntryCountParam.Integer() );
       
   310                     if ( neLength > 0 )
       
   311                         {
       
   312                         HandleSendCommandL();
       
   313                         }
   305                     }               
   314                     }               
   306                 }
   315                 }
   307             break;
   316             break;
   308 #endif
   317 #endif
   309             
   318