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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java35 * RawContact represents a single raw contact in the raw contacts database.
37 * items, and also contains a collection of DataItem objects. A RawContact contains the information
40 * This allows RawContact objects to be thought of as a class with raw contact
45 public class RawContact { class
62 public static RawContact createFrom(Entity entity) {
66 RawContact rawContact = new RawContact(null, values);
74 * A RawContact object can be created with or without a context.
81 public RawContact(Context context) { method in class:RawContact
85 public RawContact(Contex method in class:RawContact
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java57 public static final class RawContact { class in class:AggregationSuggestionEngine
79 public List<RawContact> rawContacts;
393 RawContact rawContact = new RawContact();

Completed in 72 milliseconds