Searched defs:Calendars (Results 1 - 2 of 2) sorted by path

/art/test/048-reflect-v8/src/
H A DCalendars.java24 public @interface Calendars { interface
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java53 * <li>The {@link Calendars} table holds the calendar specific information. Each
73 * {@link Calendars#MAX_REMINDERS} which is set by the Sync Adapter that owns
173 * {@link Calendars#ACCOUNT_NAME} and {@link Calendars#ACCOUNT_TYPE} as
199 * editable as part of the Calendars Uri, but can only be read if accessed
267 * Columns for Sync information used by Calendars and Events tables. These
333 * Columns specific to the Calendars Uri that other Uris can query.
477 * provider will return 1 if {@link Calendars#ACCOUNT_NAME} is equal to
478 * {@link Calendars#OWNER_ACCOUNT}.
545 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Calendars
682 public static final class Calendars implements BaseColumns, SyncColumns, CalendarColumns { class in class:CalendarContract
687 private Calendars() {} method in class:CalendarContract.Calendars
[all...]

Completed in 184 milliseconds