Searched defs:mAttachmentTypeSelectorAdapter (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java300 private AttachmentTypeSelectorAdapter mAttachmentTypeSelectorAdapter; field in class:ComposeMessageActivity
2861 if (mAttachmentTypeSelectorAdapter == null) {
2862 mAttachmentTypeSelectorAdapter = new AttachmentTypeSelectorAdapter(
2865 builder.setAdapter(mAttachmentTypeSelectorAdapter, new DialogInterface.OnClickListener() {
2868 addAttachment(mAttachmentTypeSelectorAdapter.buttonToCommand(which), replace);

Completed in 79 milliseconds