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

/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataItem.java44 public class DataItem { class
54 protected DataItem(RawContact rawContact, ContentValues values) { method in class:DataItem
60 * Factory for creating subclasses of DataItem objects based on the mimetype in the
63 public static DataItem createFrom(RawContact rawContact, ContentValues values) {
98 return new DataItem(rawContact, values);
192 * DataKind object underneath. This DataItem object must be associated with a raw contact

Completed in 534 milliseconds