public static final class CalendarContract.CalendarCache extends Object implements CalendarContract.CalendarCacheColumns
CalendarContract.CalendarCacheColumns.KEY
must be specified when updating these values.Modifier and Type | Field and Description |
---|---|
static String |
KEY_TIMEZONE_INSTANCES
The key for updating the time zone used by the provider when it
generates the instances table.
|
static String |
KEY_TIMEZONE_INSTANCES_PREVIOUS
The key for reading the last time zone set by the user.
|
static String |
KEY_TIMEZONE_TYPE
They key for updating the use of auto/home time zones in Calendar.
|
static String |
TIMEZONE_TYPE_AUTO
The value to write to
KEY_TIMEZONE_TYPE if the provider
should stay in sync with the device's time zone. |
static String |
TIMEZONE_TYPE_HOME
The value to write to
KEY_TIMEZONE_TYPE if the provider
should use a fixed time zone set by the user. |
static Uri |
URI
The URI to use for retrieving the properties from the Calendar db.
|
KEY, VALUE
public static final Uri URI
public static final String KEY_TIMEZONE_TYPE
TIMEZONE_TYPE_AUTO
or
TIMEZONE_TYPE_HOME
.public static final String KEY_TIMEZONE_INSTANCES
TIMEZONE_TYPE_HOME
. A valid time zone id
should be written to this field.public static final String KEY_TIMEZONE_INSTANCES_PREVIOUS
KEY_TIMEZONE_INSTANCES
is updated with
TIMEZONE_TYPE_HOME
set.public static final String TIMEZONE_TYPE_AUTO
KEY_TIMEZONE_TYPE
if the provider
should stay in sync with the device's time zone.public static final String TIMEZONE_TYPE_HOME
KEY_TIMEZONE_TYPE
if the provider
should use a fixed time zone set by the user.