Home
last modified time | relevance | path

Searched refs:matchingContactId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java500 long matchingContactId = -1; in refreshFromContacts() local
535 if (matchingContactId == -1 || currentContactId == contactId) { in refreshFromContacts()
536 matchingContactId = contactId; in refreshFromContacts()
568 final boolean isContactIdChanged = (matchingContactId != currentContactId); in refreshFromContacts()
578 participantData.setContactId(matchingContactId); in refreshFromContacts()