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

/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataItem.java46 public class DataItem implements Collapser.Collapsible<DataItem> { class in inherits:Collapser.Collapsible
51 protected DataItem(ContentValues values) { method in class:DataItem
56 * Factory for creating subclasses of DataItem objects based on the mimetype in the
59 public static DataItem createFrom(ContentValues values) {
96 return new DataItem(values);
151 * Indicates the carrier presence value for the current {@link DataItem}.
153 * @return {@link Data#CARRIER_PRESENCE_VT_CAPABLE} if the {@link DataItem} supports carrier
201 public void collapseWith(DataItem that) {
241 public boolean shouldCollapseWith(DataItem
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DDataItem.java43 public class DataItem implements Collapser.Collapsible<DataItem> { class in inherits:Collapser.Collapsible
48 protected DataItem(ContentValues values) { method in class:DataItem
53 * Factory for creating subclasses of DataItem objects based on the mimetype in the content
56 public static DataItem createFrom(ContentValues values) {
91 return new DataItem(values);
143 * Indicates the carrier presence value for the current {@link DataItem}.
145 * @return {@link Data#CARRIER_PRESENCE_VT_CAPABLE} if the {@link DataItem} supports carrier video
192 public void collapseWith(DataItem that) {
234 public boolean shouldCollapseWith(DataItem
[all...]

Completed in 1018 milliseconds