Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java88 final String pickPhotoString = context.getString(pickPhotoResId); in getChoices() local
92 choices.add(new ChoiceListItem(ChoiceListItem.ID_PICK_PHOTO, pickPhotoString)); in getChoices()