Searched refs:attachments (Results 1 – 4 of 4) sorted by relevance
87 if (message.attachments.length === 0) {91 const filesBlobPromises = message.attachments.map(async (attachment) => {
61 attachments: AttachmentMetadata[]; property
45 AttachmentsRecyclerViewAdapter(List<Uri> attachments) { in AttachmentsRecyclerViewAdapter() argument46 mAttachments = new ArrayList<>(attachments); in AttachmentsRecyclerViewAdapter()
55 ImmutableList<Uri> attachments = mAttachmentsRepo.getAllUris(); in onCreate() local58 mAttachmentsRecyclerViewAdapter = new AttachmentsRecyclerViewAdapter(attachments); in onCreate()