Searched refs:matchingContactCursor (Results 1 – 1 of 1) sorted by relevance
499 Cursor matchingContactCursor = null; in refreshFromContacts() local516 matchingContactCursor = ContactUtil.lookupDestination(db.getContext(), in refreshFromContacts()518 if (matchingContactCursor == null || matchingContactCursor.getCount() == 0) { in refreshFromContacts()531 while (matchingContactCursor.moveToNext()) { in refreshFromContacts()532 final long contactId = matchingContactCursor.getLong(ContactUtil.INDEX_CONTACT_ID); in refreshFromContacts()537 matchingDisplayName = matchingContactCursor.getString( in refreshFromContacts()540 matchingPhotoUri = matchingContactCursor.getString( in refreshFromContacts()542 matchingLookupKey = matchingContactCursor.getString( in refreshFromContacts()544 matchingDestination = matchingContactCursor.getString( in refreshFromContacts()562 if (matchingContactCursor != null) { in refreshFromContacts()[all …]