|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Calendar.Calendars
public static class Calendar.Calendars
Contains a list of available calendars.
| Field Summary | |
|---|---|
static Uri |
CONTENT_URI
The content:// style URL for this table |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table |
static String |
DISPLAY_NAME
The display name of the calendar |
static String |
HIDDEN
Should the calendar be hidden in the calendar selection panel? |
static Uri |
LIVE_CONTENT_URI
|
static String |
LOCATION
The location the of the events in the calendar |
static String |
NAME
The name of the calendar |
static String |
URL
The URL to the calendar |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Fields inherited from interface android.provider.SyncConstValue |
|---|
_SYNC_ACCOUNT, _SYNC_DIRTY, _SYNC_ID, _SYNC_LOCAL_ID, _SYNC_MARK, _SYNC_TIME, _SYNC_VERSION, NON_SYNCABLE_ACCOUNT |
| Fields inherited from interface android.provider.Calendar.CalendarsColumns |
|---|
ACCESS_LEVEL, COLOR, CONTRIBUTOR_ACCESS, EDITOR_ACCESS, FREEBUSY_ACCESS, NO_ACCESS, OVERRIDE_ACCESS, OWNER_ACCESS, READ_ACCESS, RESPOND_ACCESS, ROOT_ACCESS, SELECTED, SYNC_EVENTS, TIMEZONE |
| Constructor Summary | |
|---|---|
Calendar.Calendars()
|
|
| Method Summary | |
|---|---|
static int |
delete(ContentResolver cr,
String selection,
String[] selectionArgs)
Convenience method perform a delete on the Calendar provider |
static int |
deleteCalendarsForAccount(ContentResolver cr,
String account)
Convenience method to delete all calendars that match the account. |
static Cursor |
query(ContentResolver cr,
String[] projection,
String where,
String orderBy)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri CONTENT_URI
public static final Uri LIVE_CONTENT_URI
public static final String DEFAULT_SORT_ORDER
public static final String URL
Type: TEXT (URL)
public static final String NAME
Type: TEXT
public static final String DISPLAY_NAME
Type: TEXT
public static final String LOCATION
Type: TEXT
public static final String HIDDEN
Type: INTEGER (boolean)
| Constructor Detail |
|---|
public Calendar.Calendars()
| Method Detail |
|---|
public static final Cursor query(ContentResolver cr,
String[] projection,
String where,
String orderBy)
public static int delete(ContentResolver cr,
String selection,
String[] selectionArgs)
cr - the ContentResolverselection - the rows to delete
public static int deleteCalendarsForAccount(ContentResolver cr,
String account)
cr - the ContentResolveraccount - the account whose rows should be deleted
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||