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()
1301 public Uri persistedUri; field in ConversationFragment.AttachmentToSave1341 attachment.persistedUri = UriUtil.persistContent(attachment.uri, in doInBackgroundTimed()1354 if (attachment.persistedUri == null) { in onPostExecute()1361 scanFileIntent.setData(attachment.persistedUri); in onPostExecute()1374 final String filePath = attachment.persistedUri.getPath(); in onPostExecute()