Searched refs:updatedPhotos (Results 1 – 2 of 2) sorted by relevance
375 Bundle updatedPhotos, String joinContactIdExtraKey, Long joinContactId) { in createSaveContactIntent() argument383 if (updatedPhotos != null) { in createSaveContactIntent()384 serviceIntent.putExtra(EXTRA_UPDATED_PHOTOS, (Parcelable) updatedPhotos); in createSaveContactIntent()405 Bundle updatedPhotos = intent.getParcelableExtra(EXTRA_UPDATED_PHOTOS); in saveContact() local556 if (updatedPhotos != null) { in saveContact()557 for (String key : updatedPhotos.keySet()) { in saveContact()558 Uri photoUri = updatedPhotos.getParcelable(key); in saveContact()
527 final Bundle updatedPhotos = mListener == null ? null : mListener.getUpdatedPhotos(); in getPhotos() local552 if (updatedPhotos != null) { in getPhotos()553 photo.updatedPhotoUri = (Uri) updatedPhotos.get(String.valueOf( in getPhotos()