Searched refs:updatedPhotoUriContactsOnly (Results 1 – 1 of 1) sorted by relevance
517 final Uri updatedPhotoUriContactsOnly = UriUtils.nullForNonContactsUri(updatedInfo.photoUri); in updateCallLogContactInfo() local518 if (!UriUtils.areEqual(updatedPhotoUriContactsOnly, callLogInfo.photoUri)) { in updateCallLogContactInfo()519 values.put(Calls.CACHED_PHOTO_URI, UriUtils.uriToString(updatedPhotoUriContactsOnly)); in updateCallLogContactInfo()