Home
last modified time | relevance | path

Searched refs:mRawContactInfo (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DMetadataEntryParser.java126 final RawContactInfo mRawContactInfo; field in MetadataEntryParser.MetadataEntry
138 this.mRawContactInfo = rawContactInfo; in MetadataEntry()
DContactsProvider2.java5052 final RawContactInfo rawContactInfo = metadataEntry.mRawContactInfo; in updateFromMetaDataEntry()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DMetadataEntryParserTest.java245 assertRawContactInfoEquals(entry1.mRawContactInfo, entry2.mRawContactInfo); in assertMetaDataEntry()