Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java40 import com.android.contacts.editor.PhotoActionPopup;
103 mPopup = PhotoActionPopup.createPopupMenu( in onClick()
341 public abstract class PhotoActionListener implements PhotoActionPopup.Listener {
/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactContactEditorFragment.java287 photoMode = PhotoActionPopup.Modes.MULTIPLE_WRITE_ABLE_PHOTOS; in getPhotoMode()
295 ? PhotoActionPopup.Modes.NO_PHOTO : PhotoActionPopup.Modes.READ_ONLY_PHOTO; in getPhotoMode()
DPhotoSourceDialogFragment.java20 import com.android.contacts.editor.PhotoActionPopup.ChoiceListItem;
62 PhotoActionPopup.getChoices(getActivity(), photoMode); in onCreateDialog()
DContactEditorFragment.java422 mode = PhotoActionPopup.Modes.WRITE_ABLE_PHOTO; in bindPhotoHandler()
425 mode = PhotoActionPopup.Modes.NO_PHOTO; in bindPhotoHandler()
429 mode = PhotoActionPopup.Modes.READ_ONLY_PHOTO; in bindPhotoHandler()
DPhotoActionPopup.java36 public class PhotoActionPopup { class