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()
4960 RawContactInfo rawContactInfo) { in searchRawContactIdForRawContactInfo() argument4961 if (rawContactInfo == null) { in searchRawContactIdForRawContactInfo()4964 final String backupId = rawContactInfo.mBackupId; in searchRawContactIdForRawContactInfo()4965 final String accountType = rawContactInfo.mAccountType; in searchRawContactIdForRawContactInfo()4966 final String accountName = rawContactInfo.mAccountName; in searchRawContactIdForRawContactInfo()4967 final String dataSet = rawContactInfo.mDataSet; in searchRawContactIdForRawContactInfo()5021 final RawContactInfo rawContactInfo = metadataEntry.mRawContactInfo; in updateFromMetaDataEntry() local5022 final long rawContactId = searchRawContactIdForRawContactInfo(db, rawContactInfo); in updateFromMetaDataEntry()
83 RawContactInfo rawContactInfo = new RawContactInfo( in testParseDataToMetadataEntry() local111 MetadataEntry expectedResult = new MetadataEntry(rawContactInfo, in testParseDataToMetadataEntry()
2948 RawContactInfo rawContactInfo = new RawContactInfo( in testUpdateFromMetadataEntry() local2957 MetadataEntry metadataEntry = new MetadataEntry(rawContactInfo, in testUpdateFromMetadataEntry()2995 rawContactInfo, aggregationContact, aggregationTypeString); in testUpdateFromMetadataEntry()2997 metadataEntry = new MetadataEntry(rawContactInfo, in testUpdateFromMetadataEntry()