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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 75 private ImmutableList<RawContact> mRawContacts;
115 mRawContacts = null;
156 mRawContacts = null;
192 mRawContacts = from.mRawContacts;
362 return mRawContacts;
434 if (mRawContacts.size() != 1) {
439 RawContact rawContact = mRawContacts.get(0);
482 mRawContacts = rawContacts;
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 64 private List<RawContact> mRawContacts = Lists.newArrayList();
86 mRawContacts = suggestion.rawContacts;
120 for (RawContact rawContact : mRawContacts) {
148 for (RawContact rawContact : mRawContacts) {
ContactEditorBaseFragment.java 349 protected ImmutableList<RawContact> mRawContacts;
492 mRawContacts = ImmutableList.copyOf(savedState.<RawContact>getParcelableArrayList(
617 outState.putParcelableArrayList(KEY_RAW_CONTACTS, mRawContacts == null ?
618 Lists.<RawContact>newArrayList() : Lists.newArrayList(mRawContacts));
    [all...]
ContactEditorFragment.java 171 setStateForExistingContact(mReadOnlyDisplayName, mIsUserProfile, mRawContacts);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 192 private TestRawContact[] mRawContacts = new TestRawContact[3];
575 mRawContacts[2].newDataRow(Phone.CONTENT_ITEM_TYPE)
607 mRawContacts[2].newDataRow(Email.CONTENT_ITEM_TYPE)
695 mRawContacts[0] = rawContact;
715 mRawContacts[1] = rawContact2;
    [all...]

Completed in 77 milliseconds