Searched refs:REQUEST_CODE_CHOOSE_PHOTO (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.settingslib.users.AvatarPhotoController.REQUEST_CODE_CHOOSE_PHOTO;112 MediaStore.ACTION_PICK_IMAGES, REQUEST_CODE_CHOOSE_PHOTO); in choosePhotoHasCorrectIntentAndResultCode()164 REQUEST_CODE_CHOOSE_PHOTO, Activity.RESULT_OK, intent); in choosePhotoIsFollowedByCrop()178 REQUEST_CODE_CHOOSE_PHOTO, Activity.RESULT_CANCELED, intent); in choosePhotoIsNotFollowedByCropWhenResultCodeNotOk()191 REQUEST_CODE_CHOOSE_PHOTO, Activity.RESULT_OK, intent); in choosePhotoIsFollowedByCropWhenTakePhotoUriReturned()
78 static final int REQUEST_CODE_CHOOSE_PHOTO = 1001; field in AvatarPhotoController146 case REQUEST_CODE_CHOOSE_PHOTO: in onActivityResult()162 mAvatarUi.startActivityForResult(intent, REQUEST_CODE_CHOOSE_PHOTO); in choosePhoto()