Home
last modified time | relevance | path

Searched defs:mRawContacts (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionView.java64 private List<RawContact> mRawContacts = Lists.newArrayList(); field in AggregationSuggestionView
DContactEditorBaseFragment.java349 protected ImmutableList<RawContact> mRawContacts; field in ContactEditorBaseFragment
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContact.java75 private ImmutableList<RawContact> mRawContacts; field in Contact