Searched refs:PhotoActionPopup (Results 1 – 5 of 5) sorted by relevance
20 import com.android.contacts.editor.PhotoActionPopup.ChoiceListItem;66 PhotoActionPopup.getChoices(getActivity(), photoMode); in onCreateDialog()
304 ? PhotoActionPopup.Modes.MULTIPLE_WRITE_ABLE_PHOTOS in getPhotoMode()305 : PhotoActionPopup.Modes.WRITE_ABLE_PHOTO; in getPhotoMode()307 return PhotoActionPopup.Modes.NO_PHOTO; in getPhotoMode()
353 mode = PhotoActionPopup.Modes.WRITE_ABLE_PHOTO; in bindPhotoHandler()356 mode = PhotoActionPopup.Modes.NO_PHOTO; in bindPhotoHandler()360 mode = PhotoActionPopup.Modes.READ_ONLY_PHOTO; in bindPhotoHandler()
36 public class PhotoActionPopup { class
40 import com.android.contacts.editor.PhotoActionPopup;103 mPopup = PhotoActionPopup.createPopupMenu( in onClick()341 public abstract class PhotoActionListener implements PhotoActionPopup.Listener {