Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java87 final int pickPhotoResId = replace ? R.string.pick_new_photo : R.string.pick_photo; in getChoices() local
88 final String pickPhotoString = context.getString(pickPhotoResId); in getChoices()