|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Calendar.CalendarAlertsColumns
| Field Summary | |
|---|---|
static String |
ALARM_TIME
The alarm time of the event, in UTC |
static String |
BEGIN
The start time of the event, in UTC |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table |
static int |
DISMISSED
|
static String |
END
The end time of the event, in UTC |
static String |
EVENT_ID
The event that the alert belongs to |
static int |
FIRED
|
static String |
MINUTES
The number of minutes that this alarm precedes the start time |
static int |
SCHEDULED
|
static String |
STATE
The state of this alert. |
| Field Detail |
|---|
static final String EVENT_ID
Type: INTEGER (foreign key to the Events table)
static final String BEGIN
Type: INTEGER (long; millis since epoch)
static final String END
Type: INTEGER (long; millis since epoch)
static final String ALARM_TIME
Type: INTEGER (long; millis since epoch)
static final String STATE
Type: INTEGER
static final int SCHEDULED
static final int FIRED
static final int DISMISSED
static final String MINUTES
Type: INTEGER
static final String DEFAULT_SORT_ORDER
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||