to top
Android APIs
Since: API Level 14
protected static interface

CalendarContract.CalendarCacheColumns

android.provider.CalendarContract.CalendarCacheColumns
Known Indirect Subclasses

Summary

Constants
String KEY The key for the setting.
String VALUE The value of the given setting.

Constants

public static final String KEY

Since: API Level 14

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

Constant Value: "key"

public static final String VALUE

Since: API Level 14

The value of the given setting.

Constant Value: "value"