android.provider
Class ContactsContract.StreamItems

java.lang.Object
  extended by android.provider.ContactsContract.StreamItems
All Implemented Interfaces:
BaseColumns, ContactsContract.StreamItemsColumns
Enclosing class:
ContactsContract

public static final class ContactsContract.StreamItems
extends Object
implements BaseColumns, ContactsContract.StreamItemsColumns


Nested Class Summary
static class ContactsContract.StreamItems.StreamItemPhotos
           
 
Field Summary
static String CONTENT_ITEM_TYPE
           
static Uri CONTENT_LIMIT_URI
           
static Uri CONTENT_PHOTO_URI
           
static String CONTENT_TYPE
           
static Uri CONTENT_URI
           
static String MAX_ITEMS
           
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface android.provider.ContactsContract.StreamItemsColumns
ACCOUNT_NAME, ACCOUNT_TYPE, COMMENTS, CONTACT_ID, CONTACT_LOOKUP_KEY, DATA_SET, RAW_CONTACT_ID, RAW_CONTACT_SOURCE_ID, RES_ICON, RES_LABEL, RES_PACKAGE, SYNC1, SYNC2, SYNC3, SYNC4, TEXT, TIMESTAMP
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_URI

public static final Uri CONTENT_URI

CONTENT_PHOTO_URI

public static final Uri CONTENT_PHOTO_URI

CONTENT_LIMIT_URI

public static final Uri CONTENT_LIMIT_URI

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

CONTENT_ITEM_TYPE

public static final String CONTENT_ITEM_TYPE
See Also:
Constant Field Values

MAX_ITEMS

public static final String MAX_ITEMS
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.