HomeSort by relevance Sort by last modified time
    Searched refs:aggregationData (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
MetadataEntryParser.java 110 public static class AggregationData {
116 public AggregationData(RawContactInfo rawContactInfo1, RawContactInfo rawContactInfo2,
131 final ArrayList<AggregationData> mAggregationDatas;
137 ArrayList<AggregationData> aggregationDatas) {
168 final ArrayList<AggregationData> aggregationsList = new ArrayList<AggregationData>();
173 final JSONObject aggregationData = aggregationDatas.getJSONObject(i);
174 final JSONArray contacts = aggregationData.getJSONArray(CONTACT_IDS);
184 final String type = aggregationData.getString(TYPE);
189 final AggregationData aggregation = new AggregationData
    [all...]
ContactsProvider2.java 151 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MetadataEntryParserTest.java 22 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
90 AggregationData aggregationData = new AggregationData(
92 ArrayList<AggregationData> aggregationDataList = new ArrayList<>();
93 aggregationDataList.add(aggregationData);
260 private void assertAggregationDataListEquals(ArrayList<AggregationData> aggregationList1,
261 ArrayList<AggregationData> aggregationList2) {
268 private void assertAggregationDataEquals(AggregationData aggregationData1,
269 AggregationData aggregationData2)
    [all...]
ContactsProvider2Test.java 88 import com.android.providers.contacts.MetadataEntryParser.AggregationData;
    [all...]

Completed in 124 milliseconds