128 IMPORT_C static RResourceFile OpenResourceFileL(RFs& aFs); |
128 IMPORT_C static RResourceFile OpenResourceFileL(RFs& aFs); |
129 IMPORT_C static void ReadResourceStringL(RResourceFile aResourceFile, TInt aResourceId, TDes& aString); |
129 IMPORT_C static void ReadResourceStringL(RResourceFile aResourceFile, TInt aResourceId, TDes& aString); |
130 |
130 |
131 private: |
131 private: |
132 static void CompareEntryL(const TMsvEntry& aEntry, TUid aMtm, TMsvId& aFirstId, CMsvEntrySelection* aServiceIds); |
132 static void CompareEntryL(const TMsvEntry& aEntry, TUid aMtm, TMsvId& aFirstId, CMsvEntrySelection* aServiceIds); |
133 static void GetName(CContactItemField& aField, TUid aFieldType, TDes& aName); |
|
134 static void DoGetDetailsL(RFs& aFs, const TDesC& aFromAddress, TDes& aDetails, TInt aMaxLength); |
|
135 static void Replace(const TDesC& aOld, const TDesC& aNew, TDes& aString); |
133 static void Replace(const TDesC& aOld, const TDesC& aNew, TDes& aString); |
136 |
134 |
137 static TBool DoGetDescriptionL(const CSmsMessage& aMessage, TDes& aDescription, TInt aMaxLength); |
135 static TBool DoGetDescriptionL(const CSmsMessage& aMessage, TDes& aDescription, TInt aMaxLength); |
138 static void ExtractDescriptionFromMessage(const CSmsMessage& aMessage, TDes& aDescription, TInt aMaxLength); |
136 static void ExtractDescriptionFromMessage(const CSmsMessage& aMessage, TDes& aDescription, TInt aMaxLength); |
139 |
137 |