Added in API level 14

CalendarContract.CalendarCacheColumns


protected static interface CalendarContract.CalendarCacheColumns

android.provider.CalendarContract.CalendarCacheColumns
CalendarContract.CalendarCache CalendarCache stores some settings for calendar including the current time zone for the instances. 


Summary

Constants

String KEY

The key for the setting.

String VALUE

The value of the given setting.

Constants

KEY

Added in API level 14
public static final String KEY

The key for the setting. Keys are defined in CalendarCache.

Constant Value: "key"

VALUE

Added in API level 14
public static final String VALUE

The value of the given setting.

Constant Value: "value"