Home
last modified time | relevance | path

Searched defs:RawContact (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContact.java50 final public class RawContact implements Parcelable { class
137 public RawContact() { in RawContact() method in RawContact
141 public RawContact(ContentValues values) { in RawContact() method in RawContact
151 private RawContact(Parcel parcel) { in RawContact() method in RawContact
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java57 public static final class RawContact { class in AggregationSuggestionEngine