android.provider
Interface CalendarContract.SyncColumns

All Superinterfaces:
CalendarContract.CalendarSyncColumns
All Known Implementing Classes:
CalendarContract.CalendarEntity, CalendarContract.Calendars, CalendarContract.Events, CalendarContract.EventsEntity
Enclosing class:
CalendarContract

protected static interface CalendarContract.SyncColumns
extends CalendarContract.CalendarSyncColumns


Field Summary
static String _SYNC_ID
           
static String ACCOUNT_NAME
           
static String ACCOUNT_TYPE
           
static String CAN_PARTIALLY_UPDATE
           
static String DELETED
           
static String DIRTY
           
 
Fields inherited from interface android.provider.CalendarContract.CalendarSyncColumns
CAL_SYNC1, CAL_SYNC10, CAL_SYNC2, CAL_SYNC3, CAL_SYNC4, CAL_SYNC5, CAL_SYNC6, CAL_SYNC7, CAL_SYNC8, CAL_SYNC9
 

Field Detail

ACCOUNT_NAME

static final String ACCOUNT_NAME
See Also:
Constant Field Values

ACCOUNT_TYPE

static final String ACCOUNT_TYPE
See Also:
Constant Field Values

_SYNC_ID

static final String _SYNC_ID
See Also:
Constant Field Values

DIRTY

static final String DIRTY
See Also:
Constant Field Values

DELETED

static final String DELETED
See Also:
Constant Field Values

CAN_PARTIALLY_UPDATE

static final String CAN_PARTIALLY_UPDATE
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.