android.provider
Interface CalendarContract.CalendarAlertsColumns

All Known Implementing Classes:
CalendarContract.CalendarAlerts
Enclosing class:
CalendarContract

protected static interface CalendarContract.CalendarAlertsColumns


Field Summary
static String ALARM_TIME
           
static String BEGIN
           
static String CREATION_TIME
           
static String DEFAULT_SORT_ORDER
           
static String END
           
static String EVENT_ID
           
static String MINUTES
           
static String NOTIFY_TIME
           
static String RECEIVED_TIME
           
static String STATE
           
static int STATE_DISMISSED
           
static int STATE_FIRED
           
static int STATE_SCHEDULED
           
 

Field Detail

EVENT_ID

static final String EVENT_ID
See Also:
Constant Field Values

BEGIN

static final String BEGIN
See Also:
Constant Field Values

END

static final String END
See Also:
Constant Field Values

ALARM_TIME

static final String ALARM_TIME
See Also:
Constant Field Values

CREATION_TIME

static final String CREATION_TIME
See Also:
Constant Field Values

RECEIVED_TIME

static final String RECEIVED_TIME
See Also:
Constant Field Values

NOTIFY_TIME

static final String NOTIFY_TIME
See Also:
Constant Field Values

STATE

static final String STATE
See Also:
Constant Field Values

STATE_SCHEDULED

static final int STATE_SCHEDULED
See Also:
Constant Field Values

STATE_FIRED

static final int STATE_FIRED
See Also:
Constant Field Values

STATE_DISMISSED

static final int STATE_DISMISSED
See Also:
Constant Field Values

MINUTES

static final String MINUTES
See Also:
Constant Field Values

DEFAULT_SORT_ORDER

static final String DEFAULT_SORT_ORDER
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.