voiceui/voiceuivoicerecognition/src/vuiccontactresultsstate.cpp
changeset 1 b13cd05eeb2f
parent 0 bf1d17376201
child 9 f096c31e006a
equal deleted inserted replaced
0:bf1d17376201 1:b13cd05eeb2f
   512     
   512     
   513     TPtrC type = KNullDesC();
   513     TPtrC type = KNullDesC();
   514     
   514     
   515     DataStorage().PbkHandler()->FindContactFieldL( aTag );
   515     DataStorage().PbkHandler()->FindContactFieldL( aTag );
   516                            
   516                            
   517     TBufC<KMaxPhoneNumberLength> phoneNumber = DataStorage().PbkHandler()->TextL();
   517     TBufC<KMaxFieldLength> phoneNumber = DataStorage().PbkHandler()->TextL();
   518     type.Set( GetContactIconType( DataStorage().PbkHandler()->FieldTypeL() ) );
   518     type.Set( GetContactIconType( DataStorage().PbkHandler()->FieldTypeL() ) );
   519 
   519 
   520     aBuffer.Zero();
   520     aBuffer.Zero();
   521     aBuffer.Append( type );
   521     aBuffer.Append( type );
   522     aBuffer.Append( KTab );
   522     aBuffer.Append( KTab );