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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContact.java40 * RawContact represents a single raw contact in the raw contacts database.
42 * items, and also contains a collection of DataItem objects. A RawContact contains the information
45 * This allows RawContact objects to be thought of as a class with raw contact
50 final public class RawContact implements Parcelable { class in inherits:Parcelable
123 public static RawContact createFrom(Entity entity) {
127 RawContact rawContact = new RawContact(values);
135 * A RawContact object can be created with or without a context.
137 public RawContact() { method in class:RawContact
141 public RawContact(ContentValue method in class:RawContact
151 private RawContact(Parcel parcel) { method in class:RawContact
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java59 public static final class RawContact { class in class:AggregationSuggestionEngine
82 public List<RawContact> rawContacts;
444 RawContact rawContact = new RawContact();

Completed in 119 milliseconds