Home
last modified time | relevance | path

Searched refs:AggregationData (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DMetadataEntryParser.java110 public static class AggregationData { class in MetadataEntryParser
116 public AggregationData(RawContactInfo rawContactInfo1, RawContactInfo rawContactInfo2, in AggregationData() method in MetadataEntryParser.AggregationData
131 final ArrayList<AggregationData> mAggregationDatas;
137 ArrayList<AggregationData> aggregationDatas) { in MetadataEntry()
168 final ArrayList<AggregationData> aggregationsList = new ArrayList<AggregationData>(); in parseDataToMetaDataEntry()
189 final AggregationData aggregation = new AggregationData( in parseDataToMetaDataEntry()
DContactsProvider2.java151 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
5055 final AggregationData aggregationData = metadataEntry.mAggregationDatas.get(i); in updateFromMetaDataEntry()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DMetadataEntryParserTest.java21 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
89 AggregationData aggregationData = new AggregationData( in testParseDataToMetadataEntry()
91 ArrayList<AggregationData> aggregationDataList = new ArrayList<>(); in testParseDataToMetadataEntry()
259 private void assertAggregationDataListEquals(ArrayList<AggregationData> aggregationList1, in assertAggregationDataListEquals()
260 ArrayList<AggregationData> aggregationList2) { in assertAggregationDataListEquals()
267 private void assertAggregationDataEquals(AggregationData aggregationData1, in assertAggregationDataEquals()
268 AggregationData aggregationData2) { in assertAggregationDataEquals()
DContactsProvider2Test.java88 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
2930 ArrayList<AggregationData> aggregationDataList = new ArrayList<>(); in testUpdateFromMetadataEntry()
2968 AggregationData aggregationData = new AggregationData( in testUpdateFromMetadataEntry()