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