Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java85 final int takePhotoResId = replace ? R.string.take_new_photo : R.string.take_photo; in getChoices() local
86 final String takePhotoString = context.getString(takePhotoResId); in getChoices()