Searched refs:photoUriString (Results 1 – 6 of 6) sorted by relevance
143 private String getRemoteDirectoryFileUri(final String photoUriString) { in getRemoteDirectoryFileUri() argument144 if (photoUriString == null) { in getRemoteDirectoryFileUri()151 builder.appendPath(photoUriString); in getRemoteDirectoryFileUri()
150 final String photoUriString = participant.getProfilePhotoUri(); in createAvatarUri() local151 final Uri profilePhotoUri = (photoUriString == null) ? null : Uri.parse(photoUriString); in createAvatarUri()
260 final String photoUriString = cursor.getString(ContactQuery.CONTACT_PHOTO_URI); in bindPhoto() local261 final Uri photoUri = photoUriString == null ? null : Uri.parse(photoUriString); in bindPhoto()
548 final String photoUriString = cursor.getString(PhoneQuery.PHOTO_URI); in bindPhoto() local549 final Uri photoUri = photoUriString == null ? null : Uri.parse(photoUriString); in bindPhoto()
728 final String photoUriString = cursor.getString(photoUriColumn); in bindQuickContact() local729 final Uri photoUri = photoUriString == null ? null : Uri.parse(photoUriString); in bindQuickContact()
320 String photoUriString = null; in lookupNumberInBackground() local347 photoUriString = cursor.getString(photoUriColumn); in lookupNumberInBackground()370 TextUtils.isEmpty(photoUriString) ? null : Uri.parse(photoUriString), in lookupNumberInBackground()