Searched refs:updatedPhotos (Results 1 – 1 of 1) sorted by relevance
462 Bundle updatedPhotos, String joinContactIdExtraKey, Long joinContactId) { in createSaveContactIntent() argument470 if (updatedPhotos != null) { in createSaveContactIntent()471 serviceIntent.putExtra(EXTRA_UPDATED_PHOTOS, (Parcelable) updatedPhotos); in createSaveContactIntent()492 Bundle updatedPhotos = intent.getParcelableExtra(EXTRA_UPDATED_PHOTOS); in saveContact() local643 if (updatedPhotos != null) { in saveContact()644 for (String key : updatedPhotos.keySet()) { in saveContact()645 Uri photoUri = updatedPhotos.getParcelable(key); in saveContact()