HomeSort by relevance Sort by last modified time
    Searched defs:DataItem (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DataItem.java 17 package com.android.contacts.model.dataitem;
38 import com.android.contacts.common.model.dataitem.DataKind;
43 public class DataItem {
47 protected DataItem(ContentValues values) {
52 * Factory for creating subclasses of DataItem objects based on the mimetype in the
55 public static DataItem createFrom(ContentValues values) {
90 return new DataItem(values);
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContact.java 32 import com.android.contacts.model.dataitem.DataItem;
42 * items, and also contains a collection of DataItem objects. A RawContact contains the information
47 * DataItem objects that represent contact information elements (like phone
59 // This use to be a DataItem. DataItem creation is now delayed until the point of request
62 // DataItem it is. And having parent DataItem's here makes it very difficult to serialize or
65 // Instead of having a common DataItem super class, we should refactor this to be a generic
69 // worse than having a DataItem
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 233 milliseconds