Home
last modified time | relevance | path

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

/development/tools/winscope/src/abt_chrome_extension/
Dabt_chrome_extension_protocol.ts87 if (message.attachments.length === 0) {
91 const filesBlobPromises = message.attachments.map(async (attachment) => {
Dmessages.ts61 attachments: AttachmentMetadata[]; property
/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
DAttachmentsRecyclerViewAdapter.java45 AttachmentsRecyclerViewAdapter(List<Uri> attachments) { in AttachmentsRecyclerViewAdapter() argument
46 mAttachments = new ArrayList<>(attachments); in AttachmentsRecyclerViewAdapter()
DReceiveContentDemoActivity.java55 ImmutableList<Uri> attachments = mAttachmentsRepo.getAllUris(); in onCreate() local
58 mAttachmentsRecyclerViewAdapter = new AttachmentsRecyclerViewAdapter(attachments); in onCreate()