Home | History | Annotate | Download | only in ui

Lines Matching defs:conversation

41 import com.android.mms.data.Conversation;
44 * This class manages the view for given conversation.
63 private Conversation mConversation;
92 public Conversation getConversation() {
175 public final void bind(Context context, final Conversation conversation) {
178 mConversation = conversation;
183 boolean hasError = conversation.hasError();
193 boolean hasAttachment = conversation.hasAttachment();
197 mDateView.setText(MessageUtils.formatTimeStampString(context, conversation.getDate()));
202 // Register for updates in changes of any of the contacts in this conversation.
203 ContactList contacts = conversation.getRecipients();
211 mSubjectView.setText(conversation.getSnippet());