Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java301 private AttachmentTypeSelectorAdapter mAttachmentTypeSelectorAdapter; field in ComposeMessageActivity
2893 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()