Searched refs:AttachmentTypeSelectorAdapter (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DAttachmentTypeSelectorAdapter.java31 public class AttachmentTypeSelectorAdapter extends IconListAdapter { class in inherits:IconListAdapter
43 public AttachmentTypeSelectorAdapter(Context context, int mode) { method in class:AttachmentTypeSelectorAdapter
H A DComposeMessageActivity.java301 private AttachmentTypeSelectorAdapter mAttachmentTypeSelectorAdapter;
2825 case AttachmentTypeSelectorAdapter.ADD_IMAGE:
2829 case AttachmentTypeSelectorAdapter.TAKE_PICTURE: {
2834 case AttachmentTypeSelectorAdapter.ADD_VIDEO:
2838 case AttachmentTypeSelectorAdapter.RECORD_VIDEO: {
2850 case AttachmentTypeSelectorAdapter.ADD_SOUND:
2854 case AttachmentTypeSelectorAdapter.RECORD_SOUND:
2859 case AttachmentTypeSelectorAdapter.ADD_SLIDESHOW:
2890 mAttachmentTypeSelectorAdapter = new AttachmentTypeSelectorAdapter(
2891 this, AttachmentTypeSelectorAdapter
[all...]

Completed in 25 milliseconds