Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java244 final Intent intent = getCropImageIntent(inputUri, outputUri); in doCropPhoto()
334 private Intent getCropImageIntent(Uri inputUri, Uri outputUri) { in getCropImageIntent() method in PhotoSelectionHandler