Searched refs:updatedPhotos (Results 1 – 1 of 1) sorted by relevance
466 Bundle updatedPhotos, String joinContactIdExtraKey, Long joinContactId) { in createSaveContactIntent() argument474 if (updatedPhotos != null) { in createSaveContactIntent()475 serviceIntent.putExtra(EXTRA_UPDATED_PHOTOS, (Parcelable) updatedPhotos); in createSaveContactIntent()496 Bundle updatedPhotos = intent.getParcelableExtra(EXTRA_UPDATED_PHOTOS); in saveContact() local647 if (updatedPhotos != null) { in saveContact()648 for (String key : updatedPhotos.keySet()) { in saveContact()649 Uri photoUri = updatedPhotos.getParcelable(key); in saveContact()