Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java63 private static final int REQUEST_CROP_PHOTO = 1003; field in PhotoSelectionHandler
129 case REQUEST_CROP_PHOTO: { in handlePhotoActivityResult()
257 startPhotoActivity(intent, REQUEST_CROP_PHOTO, inputUri); in doCropPhoto()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java73 private static final int REQUEST_CROP_PHOTO = 2; field in AttachPhotoActivity
215 startActivityForResult(intent, REQUEST_CROP_PHOTO); in onActivityResult()
223 } else if (requestCode == REQUEST_CROP_PHOTO) { in onActivityResult()