Home | History | Annotate | Download | only in ui

Lines Matching refs:contact

21 import com.android.mms.data.Contact;
131 Contact contact = Contact.get(number, false);
132 contact.setNumber(number);
133 list.add(contact);
197 public static CharSequence contactToToken(Contact c) {
214 for (Contact c : list) {
267 Contact c = Contact.get(number, false);
281 // - add an auto-complete contact
282 // - add another auto-complete contact
283 // - delete that second contact and keep deleting into the first
434 final Contact recipient;
436 RecipientContextMenuInfo(Contact r) {