Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java86 final String takePhotoString = context.getString(takePhotoResId); in getChoices() local
90 choices.add(new ChoiceListItem(ChoiceListItem.ID_TAKE_PHOTO, takePhotoString)); in getChoices()