HomeSort by relevance Sort by last modified time
    Searched refs:mRawContacts (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 75 private ImmutableList<RawContact> mRawContacts;
110 mRawContacts = null;
151 mRawContacts = null;
187 mRawContacts = from.mRawContacts;
345 return mRawContacts;
413 if (mRawContacts.size() != 1) {
418 RawContact rawContact = mRawContacts.get(0);
461 mRawContacts = rawContacts;
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 61 private List<RawContact> mRawContacts = Lists.newArrayList();
83 mRawContacts = suggestion.rawContacts;
116 for (RawContact rawContact : mRawContacts) {
141 for (RawContact rawContact : mRawContacts) {
ContactEditorFragment.java 260 private ImmutableList<RawContact> mRawContacts;
499 mRawContacts = ImmutableList.copyOf(savedState.<RawContact>getParcelableArrayList(
520 mRawContacts = contact.getRawContacts();
521 if (mRawContacts.size() == 1) {
522 RawContact rawContact = mRawContacts.get(0);
554 mRawContacts);
711 bindEditorsForExistingContact(mDefaultDisplayName, mIsUserProfile, mRawContacts);
    [all...]

Completed in 57 milliseconds