Home | History | Annotate | Download | only in quickcontact

Lines Matching refs:rawContact

142 import com.android.contacts.model.RawContact;
1465 for (RawContactrawContact : data.getRawContacts()) {
1466 for (DataItem dataItem : rawContact.getDataItems()) {
1467 dataItem.setRawContactId(rawContact.getId());
1474 final AccountType accountType = rawContact.getAccountType(this);