Home | History | Annotate | Download | only in ui

Lines Matching refs:recipient

265     private View mTopPanel;                 // View containing the recipient and subject editors
753 // the wrong recipient. We have been unable to reproduce this,
825 Contact c = ((RecipientContextMenuInfo) menuInfo).recipient;
844 RecipientsMenuClickListener(Contact recipient) {
845 mRecipient = recipient;
1066 // Message type is sms. Only allow "edit" if the message has a single recipient
1093 // recipients into one message per recipient, only allow
1094 // editing a message for single-recipient conversations.
1725 // meantime, let anyone who needs the recipient list think it
1742 String recipient = null;
1744 recipient = mRecipientsEditor.getText().toString();
1746 title = TextUtils.isEmpty(recipient) ? getString(R.string.new_message) : recipient;
1801 // potential issue is that it is hard for user to edit a recipient from hundred of
1810 // focus to the text editor if there is only one recipient. This helps
1811 // the common case of selecting one recipient and then typing a message,
1993 // recipient editor rather than in the message editor.
2033 // working on a draft. When a new message comes in for that same recipient, a
2046 // this is probably paranoid to compare both thread_ids and recipient lists,
2051 // even though the recipient lists are different)
2624 // recipient and it's a phone number.
2718 // if we don't have a contact for the recipient, create a menu item to add the number
2778 // View the contact for the first (and only) recipient.
3717 // than consulting the empty recipient list.
3760 // them back once the recipient list has settled.