Searched refs:matchingFirstName (Results 1 – 1 of 1) sorted by relevance
502 String matchingFirstName = null; in refreshFromContacts() local539 matchingFirstName = ContactUtil.lookupFirstName(db.getContext(), contactId); in refreshFromContacts()571 final boolean isFirstNameChanged = !TextUtils.equals(matchingFirstName, currentFirstName); in refreshFromContacts()580 participantData.setFirstName(matchingFirstName); in refreshFromContacts()