android.provider
Interface ContactsContract.StreamItemsColumns

All Known Implementing Classes:
ContactsContract.Contacts.StreamItems, ContactsContract.RawContacts.StreamItems, ContactsContract.StreamItems
Enclosing class:
ContactsContract

protected static interface ContactsContract.StreamItemsColumns


Field Summary
static String ACCOUNT_NAME
           
static String ACCOUNT_TYPE
           
static String COMMENTS
           
static String CONTACT_ID
           
static String CONTACT_LOOKUP_KEY
           
static String DATA_SET
           
static String RAW_CONTACT_ID
           
static String RAW_CONTACT_SOURCE_ID
           
static String RES_ICON
           
static String RES_LABEL
           
static String RES_PACKAGE
           
static String SYNC1
           
static String SYNC2
           
static String SYNC3
           
static String SYNC4
           
static String TEXT
           
static String TIMESTAMP
           
 

Field Detail

CONTACT_ID

static final String CONTACT_ID
See Also:
Constant Field Values

CONTACT_LOOKUP_KEY

static final String CONTACT_LOOKUP_KEY
See Also:
Constant Field Values

RAW_CONTACT_ID

static final String RAW_CONTACT_ID
See Also:
Constant Field Values

RES_PACKAGE

static final String RES_PACKAGE
See Also:
Constant Field Values

ACCOUNT_TYPE

static final String ACCOUNT_TYPE
See Also:
Constant Field Values

ACCOUNT_NAME

static final String ACCOUNT_NAME
See Also:
Constant Field Values

DATA_SET

static final String DATA_SET
See Also:
Constant Field Values

RAW_CONTACT_SOURCE_ID

static final String RAW_CONTACT_SOURCE_ID
See Also:
Constant Field Values

RES_ICON

static final String RES_ICON
See Also:
Constant Field Values

RES_LABEL

static final String RES_LABEL
See Also:
Constant Field Values

TEXT

static final String TEXT
See Also:
Constant Field Values

TIMESTAMP

static final String TIMESTAMP
See Also:
Constant Field Values

COMMENTS

static final String COMMENTS
See Also:
Constant Field Values

SYNC1

static final String SYNC1
See Also:
Constant Field Values

SYNC2

static final String SYNC2
See Also:
Constant Field Values

SYNC3

static final String SYNC3
See Also:
Constant Field Values

SYNC4

static final String SYNC4
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.