Home
last modified time | relevance | path

Searched refs:newAttachment (Results 1 – 1 of 1) sorted by relevance

/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
DAttachmentsRepo.java71 File newAttachment = new File(mAttachmentsDir, fileName); in write() local
72 try (OutputStream os = new FileOutputStream(newAttachment);) { in write()
76 "Wrote file [" + fileName + "]: " + newAttachment.length() + " bytes"); in write()
77 return getUriForFile(newAttachment); in write()