Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DContactPhotoUtils.java53 return new File(pathForCroppedPhoto(context, generateTempPhotoFileName())); in generateTempPhotoFile()
56 public static String pathForCroppedPhoto(Context context, String fileName) { in pathForCroppedPhoto() method in ContactPhotoUtils
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java121 final String path = ContactPhotoUtils.pathForCroppedPhoto( in handlePhotoActivityResult()
200 final String croppedPath = ContactPhotoUtils.pathForCroppedPhoto(mContext, fileName); in doCropPhoto()
256 final String croppedPhotoPath = ContactPhotoUtils.pathForCroppedPhoto(mContext, photoFile); in getPhotoPickIntent()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPhotoSelectionActivity.java541 final String croppedPath = ContactPhotoUtils.pathForCroppedPhoto( in onPhotoSelected()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1638 ContactPhotoUtils.pathForCroppedPhoto(mContext, mCurrentPhotoFile);