Searched refs:PhotoActionPopup (Results 1 – 4 of 4) sorted by relevance
40 import com.android.contacts.editor.PhotoActionPopup;103 mPopup = PhotoActionPopup.createPopupMenu( in onClick()342 public abstract class PhotoActionListener implements PhotoActionPopup.Listener {
30 import com.android.contacts.editor.PhotoActionPopup.ChoiceListItem;68 PhotoActionPopup.getChoices(getActivity(), photoMode); in onCreateDialog()
36 public class PhotoActionPopup { class
1787 return getContent().isWritablePhotoSet() ? PhotoActionPopup.Modes.WRITE_ABLE_PHOTO in getPhotoMode()1788 : PhotoActionPopup.Modes.NO_PHOTO; in getPhotoMode()