Searched refs:getCachedFileUri (Results 1 – 6 of 6) sorted by relevance
440 … assertEquals(caller + " mCachedFileUri", expect.getCachedFileUri(), actual.getCachedFileUri()); in assertAttachmentEqual()
432 String contentUriString = att.getCachedFileUri(); in makeMessage()454 att.getCachedFileUri()); in makeMessage()
240 final String cachedFile = attachment.getCachedFileUri(); in writeOneAttachment()
654 final String cachedFile = attachment.getCachedFileUri();
1445 public String getCachedFileUri() { in getCachedFileUri() method in EmailContent.Attachment
4292 if (!TextUtils.isEmpty(att.getCachedFileUri())) { in AttachmentsCursor()4293 mContentUriStrings[index] = att.getCachedFileUri(); in AttachmentsCursor()