android.provider
Class CalendarContract.CalendarCache

java.lang.Object
  extended by android.provider.CalendarContract.CalendarCache
All Implemented Interfaces:
CalendarContract.CalendarCacheColumns
Enclosing class:
CalendarContract

public static final class CalendarContract.CalendarCache
extends Object
implements CalendarContract.CalendarCacheColumns


Field Summary
static String KEY_TIMEZONE_INSTANCES
           
static String KEY_TIMEZONE_INSTANCES_PREVIOUS
           
static String KEY_TIMEZONE_TYPE
           
static String TIMEZONE_TYPE_AUTO
           
static String TIMEZONE_TYPE_HOME
           
static Uri URI
           
 
Fields inherited from interface android.provider.CalendarContract.CalendarCacheColumns
KEY, VALUE
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final Uri URI

KEY_TIMEZONE_TYPE

public static final String KEY_TIMEZONE_TYPE
See Also:
Constant Field Values

KEY_TIMEZONE_INSTANCES

public static final String KEY_TIMEZONE_INSTANCES
See Also:
Constant Field Values

KEY_TIMEZONE_INSTANCES_PREVIOUS

public static final String KEY_TIMEZONE_INSTANCES_PREVIOUS
See Also:
Constant Field Values

TIMEZONE_TYPE_AUTO

public static final String TIMEZONE_TYPE_AUTO
See Also:
Constant Field Values

TIMEZONE_TYPE_HOME

public static final String TIMEZONE_TYPE_HOME
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.