Home
last modified time | relevance | path

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

/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
DReceiveContentDemoActivity.java41 private AttachmentsRepo mAttachmentsRepo; field in ReceiveContentDemoActivity
54 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()
DMyReceiver.java49 private final AttachmentsRepo mAttachmentsRepo; field in MyReceiver
54 mAttachmentsRepo = attachmentsRepo; in MyReceiver()
98 localUris.add(mAttachmentsRepo.write(uri)); in receive()