Searched refs:rawContactInfo (Results 1 – 4 of 4) sorted by relevance
134 public MetadataEntry(RawContactInfo rawContactInfo, in MetadataEntry() argument138 this.mRawContactInfo = rawContactInfo; in MetadataEntry()157 final RawContactInfo rawContactInfo = parseUniqueContact(uniqueContactJSON); in parseDataToMetaDataEntry() local233 final MetadataEntry metaDataEntry = new MetadataEntry(rawContactInfo, in parseDataToMetaDataEntry()269 final RawContactInfo rawContactInfo = new RawContactInfo( in parseUniqueContact() local271 return rawContactInfo; in parseUniqueContact()
4991 RawContactInfo rawContactInfo) { in searchRawContactIdForRawContactInfo() argument4992 if (rawContactInfo == null) { in searchRawContactIdForRawContactInfo()4995 final String backupId = rawContactInfo.mBackupId; in searchRawContactIdForRawContactInfo()4996 final String accountType = rawContactInfo.mAccountType; in searchRawContactIdForRawContactInfo()4997 final String accountName = rawContactInfo.mAccountName; in searchRawContactIdForRawContactInfo()4998 final String dataSet = rawContactInfo.mDataSet; in searchRawContactIdForRawContactInfo()5052 final RawContactInfo rawContactInfo = metadataEntry.mRawContactInfo; in updateFromMetaDataEntry() local5053 final long rawContactId = searchRawContactIdForRawContactInfo(db, rawContactInfo); in updateFromMetaDataEntry()
84 RawContactInfo rawContactInfo = new RawContactInfo( in testParseDataToMetadataEntry() local112 MetadataEntry expectedResult = new MetadataEntry(rawContactInfo, in testParseDataToMetadataEntry()
2959 RawContactInfo rawContactInfo = new RawContactInfo( in testUpdateFromMetadataEntry() local2968 MetadataEntry metadataEntry = new MetadataEntry(rawContactInfo, in testUpdateFromMetadataEntry()3006 rawContactInfo, aggregationContact, aggregationTypeString); in testUpdateFromMetadataEntry()3008 metadataEntry = new MetadataEntry(rawContactInfo, in testUpdateFromMetadataEntry()