Home | History | Annotate | Download | only in editor

Lines Matching refs:rawContact

75 import com.android.contacts.model.RawContact;
338 protected ImmutableList<RawContact> mRawContacts;
486 mRawContacts = ImmutableList.copyOf(savedState.<RawContact>getParcelableArrayList(
606 Lists.<RawContact>newArrayList() : Lists.newArrayList(mRawContacts));
1122 final RawContact rawContact = new RawContact();
1124 rawContact.setAccount(account);
1126 rawContact.setAccountToLocal();
1130 ValuesDelta.fromAfter(rawContact.getValues()));
1161 ImmutableList<RawContact> rawContacts) {
1218 final RawContact rawContact = new RawContact();
1219 rawContact.setAccountToLocal();
1222 ValuesDelta.fromAfter(rawContact.getValues()));
1556 for (RawContactDelta rawContact : mState) {
1557 Long contactId = rawContact.getValues().getAsLong(RawContacts.CONTACT_ID);