HomeSort by relevance Sort by last modified time
    Searched full:matchingcontactid (Results 1 - 1 of 1) sorted by null

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

Completed in 132 milliseconds