Searched refs:persistedUri (Results 1 – 2 of 2) sorted by relevance
108 final Uri persistedUri = UriUtil.persistContentToScratchSpace(contentUri); in loadAttachmentForDraft() local109 if (persistedUri != null) { in loadAttachmentForDraft()113 persistedUri, in loadAttachmentForDraft()
1311 public Uri persistedUri; field in ConversationFragment.AttachmentToSave1351 attachment.persistedUri = UriUtil.persistContent(attachment.uri, in doInBackgroundTimed()1364 if (attachment.persistedUri == null) { in onPostExecute()1371 scanFileIntent.setData(attachment.persistedUri); in onPostExecute()1384 final String filePath = attachment.persistedUri.getPath(); in onPostExecute()