Searched refs:contactInfo (Results 1 - 3 of 3) sorted by relevance

/development/samples/BusinessCard/src/com/example/android/businesscard/
H A DContactAccessorSdk3_4.java56 ContactInfo contactInfo = new ContactInfo();
61 contactInfo.setDisplayName(cursor.getString(0));
73 contactInfo.setPhoneNumber(cursor.getString(0));
79 return contactInfo;
H A DContactAccessorSdk5.java59 ContactInfo contactInfo = new ContactInfo();
68 contactInfo.setDisplayName(cursor.getString(1));
80 contactInfo.setPhoneNumber(cursor.getString(0));
86 return contactInfo;
H A DBusinessCardActivity.java118 protected void bindView(ContactInfo contactInfo) { argument
120 displayNameView.setText(contactInfo.getDisplayName());
123 phoneNumberView.setText(contactInfo.getPhoneNumber());

Completed in 118 milliseconds