Home | History | Annotate | Download | only in model

Lines Matching refs:rawContact

40  * about a contact can come from multiple data sources, which are each represented by a RawContact
41 * object. Thus, a Contact is associated with a collection of RawContact objects.
75 private ImmutableList<RawContact> mRawContacts;
348 public ImmutableList<RawContact> getRawContacts() {
382 for (RawContact rawContact : getRawContacts()) {
383 AccountType accountType = rawContact.getAccountType(context);
385 return rawContact.getId();
426 RawContact rawContact = mRawContacts.get(0);
427 ArrayList<ContentValues> result = rawContact.getContentValues();
472 for (RawContact rawContact : getRawContacts()) {
473 final AccountType accountType = rawContact.getAccountType(context);
485 /* package */ void setRawContacts(ImmutableList<RawContact> rawContacts) {