Searched refs:contactInfo (Results 1 – 3 of 3) sorted by relevance
56 ContactInfo contactInfo = new ContactInfo(); in loadContact() local61 contactInfo.setDisplayName(cursor.getString(0)); in loadContact()73 contactInfo.setPhoneNumber(cursor.getString(0)); in loadContact()79 return contactInfo; in loadContact()
59 ContactInfo contactInfo = new ContactInfo(); in loadContact() local68 contactInfo.setDisplayName(cursor.getString(1)); in loadContact()80 contactInfo.setPhoneNumber(cursor.getString(0)); in loadContact()86 return contactInfo; in loadContact()
118 protected void bindView(ContactInfo contactInfo) { in bindView() argument120 displayNameView.setText(contactInfo.getDisplayName()); in bindView()123 phoneNumberView.setText(contactInfo.getPhoneNumber()); in bindView()