Searched refs:mAttachmentTypeSelectorAdapter (Results 1 – 1 of 1) sorted by relevance
301 private AttachmentTypeSelectorAdapter mAttachmentTypeSelectorAdapter; field in ComposeMessageActivity2893 if (mAttachmentTypeSelectorAdapter == null) { in showAddAttachmentDialog()2894 mAttachmentTypeSelectorAdapter = new AttachmentTypeSelectorAdapter( in showAddAttachmentDialog()2897 builder.setAdapter(mAttachmentTypeSelectorAdapter, new DialogInterface.OnClickListener() { in showAddAttachmentDialog()2900 addAttachment(mAttachmentTypeSelectorAdapter.buttonToCommand(which), replace); in showAddAttachmentDialog()