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.java173 final JSONObject aggregationData = aggregationDatas.getJSONObject(i); in parseDataToMetaDataEntry() local
174 final JSONArray contacts = aggregationData.getJSONArray(CONTACT_IDS); in parseDataToMetaDataEntry()
184 final String type = aggregationData.getString(TYPE); in parseDataToMetaDataEntry()
DContactsProvider2.java5055 final AggregationData aggregationData = metadataEntry.mAggregationDatas.get(i); in updateFromMetaDataEntry() local
5056 final int typeInt = getAggregationType(aggregationData.mType, null); in updateFromMetaDataEntry()
5057 final RawContactInfo aggregationContact1 = aggregationData.mRawContactInfo1; in updateFromMetaDataEntry()
5058 final RawContactInfo aggregationContact2 = aggregationData.mRawContactInfo2; in updateFromMetaDataEntry()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DMetadataEntryParserTest.java89 AggregationData aggregationData = new AggregationData( in testParseDataToMetadataEntry() local
92 aggregationDataList.add(aggregationData); in testParseDataToMetadataEntry()
DContactsProvider2Test.java2994 AggregationData aggregationData = new AggregationData( in testUpdateFromMetadataEntry() local
2996 aggregationDataList.add(aggregationData); in testUpdateFromMetadataEntry()