Home | History | Annotate | Download | only in editor

Lines Matching refs:rawContact

22 import com.android.contacts.editor.PickRawContactLoader.RawContact;
99 final RawContact rawContact = mRawContactsMetadata.rawContacts.get(position);
100 final AccountType account = mAccountTypeManager.getAccountType(rawContact.accountType,
101 rawContact.accountDataSet);
105 ? rawContact.displayName : rawContact.displayNameAlt;
118 new AccountWithDataSet(rawContact.accountName,
119 rawContact.accountType, rawContact.accountDataSet));
122 } else if (GoogleAccountType.ACCOUNT_TYPE.equals(rawContact.accountType)
125 accountDisplayLabel = rawContact.accountName;
134 displayName, String.valueOf(rawContact.id), /* isCircular = */ true);
137 rawContact.photoId,