android.provider
Class CalendarContract.Calendars

java.lang.Object
  extended by android.provider.CalendarContract.Calendars
All Implemented Interfaces:
BaseColumns, CalendarContract.CalendarColumns, CalendarContract.CalendarSyncColumns, CalendarContract.SyncColumns
Enclosing class:
CalendarContract

public static final class CalendarContract.Calendars
extends Object
implements BaseColumns, CalendarContract.SyncColumns, CalendarContract.CalendarColumns


Field Summary
static String CALENDAR_LOCATION
           
static Uri CONTENT_URI
           
static String DEFAULT_SORT_ORDER
           
static String NAME
           
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface android.provider.CalendarContract.SyncColumns
_SYNC_ID, ACCOUNT_NAME, ACCOUNT_TYPE, CAN_PARTIALLY_UPDATE, DELETED, 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
 
Fields inherited from interface android.provider.CalendarContract.CalendarColumns
ALLOWED_REMINDERS, CAL_ACCESS_CONTRIBUTOR, CAL_ACCESS_EDITOR, CAL_ACCESS_FREEBUSY, CAL_ACCESS_NONE, CAL_ACCESS_OVERRIDE, CAL_ACCESS_OWNER, CAL_ACCESS_READ, CAL_ACCESS_RESPOND, CAL_ACCESS_ROOT, CALENDAR_ACCESS_LEVEL, CALENDAR_COLOR, CALENDAR_DISPLAY_NAME, CALENDAR_TIME_ZONE, CAN_MODIFY_TIME_ZONE, CAN_ORGANIZER_RESPOND, MAX_REMINDERS, OWNER_ACCOUNT, SYNC_EVENTS, VISIBLE
 
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

DEFAULT_SORT_ORDER

public static final String DEFAULT_SORT_ORDER
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

CALENDAR_LOCATION

public static final String CALENDAR_LOCATION
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.