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.java168 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
5100 final AggregationData aggregationData = metadataEntry.mAggregationDatas.get(i); in updateFromMetaDataEntry()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DMetadataEntryParserTest.java22 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
90 AggregationData aggregationData = new AggregationData( in testParseDataToMetadataEntry()
92 ArrayList<AggregationData> aggregationDataList = new ArrayList<>(); in testParseDataToMetadataEntry()
260 private void assertAggregationDataListEquals(ArrayList<AggregationData> aggregationList1, in assertAggregationDataListEquals()
261 ArrayList<AggregationData> aggregationList2) { in assertAggregationDataListEquals()
268 private void assertAggregationDataEquals(AggregationData aggregationData1, in assertAggregationDataEquals()
269 AggregationData aggregationData2) { in assertAggregationDataEquals()
DContactsProvider2Test.java87 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
2967 ArrayList<AggregationData> aggregationDataList = new ArrayList<>(); in testUpdateFromMetadataEntry()
3005 AggregationData aggregationData = new AggregationData( in testUpdateFromMetadataEntry()