android.provider
Class CalendarContract

java.lang.Object
  extended by android.provider.CalendarContract

public final class CalendarContract
extends Object


Nested Class Summary
static class CalendarContract.Attendees
           
protected static interface CalendarContract.AttendeesColumns
           
static class CalendarContract.CalendarAlerts
           
protected static interface CalendarContract.CalendarAlertsColumns
           
static class CalendarContract.CalendarCache
           
protected static interface CalendarContract.CalendarCacheColumns
           
protected static interface CalendarContract.CalendarColumns
           
static class CalendarContract.CalendarEntity
           
static class CalendarContract.Calendars
           
protected static interface CalendarContract.CalendarSyncColumns
           
static class CalendarContract.EventDays
           
protected static interface CalendarContract.EventDaysColumns
           
static class CalendarContract.Events
           
protected static interface CalendarContract.EventsColumns
           
static class CalendarContract.EventsEntity
           
static class CalendarContract.ExtendedProperties
           
protected static interface CalendarContract.ExtendedPropertiesColumns
           
static class CalendarContract.Instances
           
static class CalendarContract.Reminders
           
protected static interface CalendarContract.RemindersColumns
           
protected static interface CalendarContract.SyncColumns
           
static class CalendarContract.SyncState
           
 
Field Summary
static String ACCOUNT_TYPE_LOCAL
           
static String ACTION_EVENT_REMINDER
           
static String AUTHORITY
           
static String CALLER_IS_SYNCADAPTER
           
static Uri CONTENT_URI
           
static String EXTRA_EVENT_ALL_DAY
           
static String EXTRA_EVENT_BEGIN_TIME
           
static String EXTRA_EVENT_END_TIME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_EVENT_REMINDER

public static final String ACTION_EVENT_REMINDER
See Also:
Constant Field Values

EXTRA_EVENT_BEGIN_TIME

public static final String EXTRA_EVENT_BEGIN_TIME
See Also:
Constant Field Values

EXTRA_EVENT_END_TIME

public static final String EXTRA_EVENT_END_TIME
See Also:
Constant Field Values

EXTRA_EVENT_ALL_DAY

public static final String EXTRA_EVENT_ALL_DAY
See Also:
Constant Field Values

AUTHORITY

public static final String AUTHORITY
See Also:
Constant Field Values

CONTENT_URI

public static final Uri CONTENT_URI

CALLER_IS_SYNCADAPTER

public static final String CALLER_IS_SYNCADAPTER
See Also:
Constant Field Values

ACCOUNT_TYPE_LOCAL

public static final String ACCOUNT_TYPE_LOCAL
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.