Searched refs:mAttachmentsDir (Results 1 – 1 of 1) sorted by relevance
49 private final File mAttachmentsDir; field in AttachmentsRepo53 mAttachmentsDir = new File(mContext.getFilesDir(), "attachments"); in AttachmentsRepo()69 mAttachmentsDir.mkdirs(); in write()71 File newAttachment = new File(mAttachmentsDir, fileName); in write()85 File[] files = mAttachmentsDir.listFiles(); in deleteAll()96 File[] files = mAttachmentsDir.listFiles(); in getAllUris()