Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DMetadataEntryParserTest.java271 assertRawContactInfoEquals(aggregationData1.mRawContactInfo2, in assertAggregationDataEquals()
272 aggregationData2.mRawContactInfo2); in assertAggregationDataEquals()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DMetadataEntryParser.java125 final RawContactInfo mRawContactInfo2; field in MetadataEntryParser.AggregationData
133 this.mRawContactInfo2 = rawContactInfo2; in AggregationData()
DContactsProvider2.java4969 final RawContactInfo aggregationContact2 = aggregationData.mRawContactInfo2; in updateFromMetaDataEntry()