Lines Matching defs:provider

17 package android.provider;
44 * The contract between the calendar provider and applications. Contains
77 * sync adapter. The provider takes no action with items in this table except to
112 * <action android:name="android.provider.calendar.action.HANDLE_CUSTOM_EVENT" />
127 "android.provider.calendar.action.HANDLE_CUSTOM_EVENT";
155 * provider. Note: This is set at first run and cannot be changed without
156 * breaking apps that access the provider.
169 * and when the provider calls
347 * not use a key for looking up the color. The provider will update
477 * provider will return 1 if {@link Calendars#ACCOUNT_NAME} is equal to
716 * parameters. TODO move to provider
920 * for looking up the color. The provider will update
1165 * an exception. The provider should keep the original_id in sync when
1225 * Are we the organizer of this event. If this column is not explicitly set, the provider
1300 * @param provider For performing additional queries
1305 ContentProviderClient provider) {
1306 return new EntityIteratorImpl(cursor, provider);
1354 public EntityIteratorImpl(Cursor cursor, ContentProviderClient provider) {
1357 mProvider = provider;
1627 * The remaining columns are either updated by the provider only or are
1661 * These are columns that should only ever be updated by the provider,
1663 * are used for provider only functionality. TODO move to provider
1697 * _SYNC_ACCOUNT_TYPE in the query parameters. TODO move to provider.
1909 * The key for updating the time zone used by the provider when it
1925 * The value to write to {@link #KEY_TIMEZONE_TYPE} if the provider
1931 * The value to write to {@link #KEY_TIMEZONE_TYPE} if the provider
2283 * provider
2317 * reboot. TODO move to provider
2368 * notify listeners when a reminder should be fired. The provider will
2372 * {@link #ACTION_EVENT_REMINDER}. TODO Move to provider
2403 * provider