Home | History | Annotate | Download | only in provider

Lines Matching defs:Instances

62  * <li>The {@link Instances} table holds the start and end time for occurrences
64 * one-time events there will be a 1:1 mapping of instances to events. For
324 * expanded in the instances table and will only show up in sync adapter
1025 * does not get expanded in the instances table and is only visible in queries made by a
1558 * event and remove all instances of that event. A sync adapter delete will
1719 * Fields and helpers for interacting with Instances. An instance is a
1721 * days and minutes. The instances table is not writable and only provides a
1724 public static final class Instances implements BaseColumns, EventsColumns, CalendarColumns {
1734 private Instances() {}
1737 * Performs a query to return all visible instances in the given range.
1749 * @return A Cursor containing all instances in the given range
1761 * Performs a query to return all visible instances in the given range
1777 * @return A Cursor of instances matching the search terms in the given
1797 "/instances/when");
1804 Uri.parse("content://" + AUTHORITY + "/instances/whenbyday");
1811 "/instances/search");
1818 Uri.parse("content://" + AUTHORITY + "/instances/searchbyday");
1886 * time zone for the instances. These settings are stored using a key/value
1910 * generates the instances table. This should only be written if the
1939 * the Instances table and these are all stored in the first (and only) row
1947 * in the Instances table.
1952 * The minimum time used in expanding the Instances table,
1959 * The maximum time used in expanding the Instances table,
2008 + "/instances/groupbyday");
2250 * instances of a repeating event will show up multiple times.