Home
last modified time | relevance | path

Searched refs:croppedPhotoUri (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DContactPhotoUtils.java101 public static void addGalleryIntentExtras(Intent intent, Uri croppedPhotoUri, int photoSize) { in addGalleryIntentExtras() argument
109 intent.putExtra(MediaStore.EXTRA_OUTPUT, croppedPhotoUri); in addGalleryIntentExtras()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java257 final Uri croppedPhotoUri = Uri.fromFile(new File(croppedPhotoPath)); in getPhotoPickIntent() local
260 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize); in getPhotoPickIntent()
269 final Uri croppedPhotoUri = Uri.fromFile(new File(croppedPhotoPath)); in getCropImageIntent() local
272 ContactPhotoUtils.addGalleryIntentExtras(intent, croppedPhotoUri, mPhotoPickSize); in getCropImageIntent()