Searched refs:pickPhotoResId (Results 1 – 1 of 1) sorted by relevance
87 final int pickPhotoResId = replace ? R.string.pick_new_photo : R.string.pick_photo; in getChoices() local88 final String pickPhotoString = context.getString(pickPhotoResId); in getChoices()