Searched refs:updatedPhotoUri (Results 1 – 2 of 2) sorted by relevance
119 public Uri updatedPhotoUri; field in CompactPhotoSelectionFragment.Photo137 dest.writeParcelable(updatedPhotoUri, flags); in writeToParcel()150 updatedPhotoUri = source.readParcelable(classLoader); in readFromParcel()227 if (photo.updatedPhotoUri != null) { in getView()229 imageView, photo.updatedPhotoUri); in getView()
553 photo.updatedPhotoUri = (Uri) updatedPhotos.get(String.valueOf( in getPhotos()