Searched refs:mAttachmentsRepo (Results 1 – 2 of 2) sorted by relevance
41 private AttachmentsRepo mAttachmentsRepo; field in ReceiveContentDemoActivity54 mAttachmentsRepo = new AttachmentsRepo(this); in onCreate()55 ImmutableList<Uri> attachments = mAttachmentsRepo.getAllUris(); in onCreate()62 MyReceiver receiver = new MyReceiver(mAttachmentsRepo, mAttachmentsRecyclerViewAdapter); in onCreate()87 mAttachmentsRepo.deleteAll(); in deleteAllAttachments()
49 private final AttachmentsRepo mAttachmentsRepo; field in MyReceiver54 mAttachmentsRepo = attachmentsRepo; in MyReceiver()98 localUris.add(mAttachmentsRepo.write(uri)); in receive()