Home | History | Annotate | Download | only in ui

Lines Matching defs:Contact

75 import com.android.mms.data.Contact;
395 // we invalidate the contact cache here because we want to get updated presence
396 // and any contact changes. We don't invalidate the cache by observing presence and contact
403 Contact.invalidateCache();
698 Contact contact = conv.getRecipients().get(0);
699 Intent intent = new Intent(Intent.ACTION_VIEW, contact.getUri());
982 Contact.init(ConversationList.this);
986 // the same contact. That's ok if we remove it. We'll recreate that contact
991 for (Contact contact : recipients) {
992 contact.removeFromCache();