Searched refs:takePhotoResId (Results 1 – 1 of 1) sorted by relevance
85 final int takePhotoResId = replace ? R.string.take_new_photo : R.string.take_photo; in getChoices() local86 final String takePhotoString = context.getString(takePhotoResId); in getChoices()