Searched defs:Events (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java56 * <li>The {@link Events} table holds the event specific information. Each row
60 * properties are stored on separate tables and reference the {@link Events#_ID}
267 * Columns for Sync information used by Calendars and Events tables. These
322 * {@link Events#LAST_SYNCED} set to 1 whenever the event
456 * {@link Events#AVAILABILITY_BUSY}, {@link Events#AVAILABILITY_FREE},
457 * {@link Events#AVAILABILITY_TENTATIVE}. Setting this field to only
458 * {@link Events#AVAILABILITY_BUSY} should be used to indicate that
881 * Columns from the Events table that other tables join into themselves.
1157 * The {@link Events#_I
1630 public static final class Events implements BaseColumns, SyncColumns, EventsColumns, class in class:CalendarContract
1653 private Events() {} method in class:CalendarContract.Events
[all...]

Completed in 51 milliseconds