Searched defs:AggregationData (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DMetadataEntryParser.java110 public static class AggregationData { class in class:MetadataEntryParser
116 public AggregationData(RawContactInfo rawContactInfo1, RawContactInfo rawContactInfo2, method in class:MetadataEntryParser.AggregationData
131 final ArrayList<AggregationData> mAggregationDatas;
137 ArrayList<AggregationData> aggregationDatas) {
168 final ArrayList<AggregationData> aggregationsList = new ArrayList<AggregationData>();
189 final AggregationData aggregation = new AggregationData(

Completed in 73 milliseconds