SyncStateContract.Columns


public static interface SyncStateContract.Columns
implements BaseColumns

android.provider.SyncStateContract.Columns
CalendarContract.Colors Fields for accessing colors available for a given account. 
CalendarContract.ColorsColumns  
CalendarContract.SyncState A table provided for sync adapters to use for storing private sync state data. 
ContactsContract.ProfileSyncState A table provided for sync adapters to use for storing private sync state data for the user's personal profile. 
ContactsContract.SyncState A table provided for sync adapters to use for storing private sync state data for contacts. 
SyncStateContract.Constants  


Summary

Constants

String ACCOUNT_NAME

A reference to the name of the account to which this data belongs

Type: STRING

String ACCOUNT_TYPE

A reference to the type of the account to which this data belongs

Type: STRING

String DATA

The sync data associated with this account.

Inherited constants

String _COUNT

The count of rows in a directory.

String _ID

The unique ID for a row.

Constants

ACCOUNT_NAME

Added in API level 5
public static final String ACCOUNT_NAME

A reference to the name of the account to which this data belongs

Type: STRING

Constant Value: "account_name"

ACCOUNT_TYPE

Added in API level 5
public static final String ACCOUNT_TYPE

A reference to the type of the account to which this data belongs

Type: STRING

Constant Value: "account_type"

DATA

Added in API level 5
public static final String DATA

The sync data associated with this account.

Type: NONE

Constant Value: "data"