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

/packages/apps/Mms/src/com/android/mms/ui/
H A DAttachmentTypeSelectorAdapter.java48 AttachmentListItem item = (AttachmentListItem)getItem(whichButton);
84 AttachmentListItem temp = new AttachmentListItem(title, resource, command);
88 public static class AttachmentListItem extends IconListAdapter.IconListItem { class in class:AttachmentTypeSelectorAdapter
91 public AttachmentListItem(String title, int resource, int command) { method in class:AttachmentTypeSelectorAdapter.AttachmentListItem

Completed in 10 milliseconds