Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DMetadataEntryParserTest.java269 assertRawContactInfoEquals(aggregationData1.mRawContactInfo1, in assertAggregationDataEquals()
270 aggregationData2.mRawContactInfo1); in assertAggregationDataEquals()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DMetadataEntryParser.java123 final RawContactInfo mRawContactInfo1; field in MetadataEntryParser.AggregationData
132 this.mRawContactInfo1 = rawContactInfo1; in AggregationData()
DContactsProvider2.java4968 final RawContactInfo aggregationContact1 = aggregationData.mRawContactInfo1; in updateFromMetaDataEntry()