Most visited

Recently visited

Added in API level 14

CalendarContract.CalendarCacheColumns

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

KEY

Added in API level 14
String KEY

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

Constant Value: "key"

VALUE

Added in API level 14
String VALUE

The value of the given setting.

Constant Value: "value"

Hooray!