Home | History | Annotate | Download | only in data

Lines Matching refs:dataUri

424      * @param dataUri Uri containing the attachment data (or null for {@link TEXT})
428 public int setAttachment(int type, Uri dataUri, boolean append) {
430 LogTag.debug("setAttachment type=%d uri %s", type, dataUri);
443 if (type == TEXT && mAttachmentType == SLIDESHOW && mSlideshow != null && dataUri == null
453 result = append ? appendMedia(type, dataUri, slideShowEditor)
454 : changeMedia(type, dataUri, slideShowEditor);