Lines Matching refs:Calendars
53 import android.provider.CalendarContract.Calendars;
194 Calendars.CALENDAR_ACCESS_LEVEL, // 10
200 Calendars.MAX_REMINDERS, // 16
201 Calendars.ALLOWED_REMINDERS, // 17
275 Calendars._ID, // 0
276 Calendars.CALENDAR_DISPLAY_NAME, // 1
277 Calendars.OWNER_ACCOUNT, // 2
278 Calendars.CAN_ORGANIZER_RESPOND, // 3
279 Calendars.ACCOUNT_NAME, // 4
280 Calendars.ACCOUNT_TYPE // 5
288 static final String CALENDARS_WHERE = Calendars._ID + "=?";
289 static final String CALENDARS_DUPLICATE_NAME_WHERE = Calendars.CALENDAR_DISPLAY_NAME + "=?";
290 static final String CALENDARS_VISIBLE_WHERE = Calendars.VISIBLE + "=?";
495 Uri uri = Calendars.CONTENT_URI;
579 // Start duplicate calendars query to detect whether to add the calendar
583 Calendars.CONTENT_URI, CALENDARS_PROJECTION,
587 // calendar. Skip the duplicate calendars query.
1754 // start visible calendars query
1755 mHandler.startQuery(TOKEN_QUERY_VISIBLE_CALENDARS, null, Calendars.CONTENT_URI,
1774 >= Calendars.CAL_ACCESS_CONTRIBUTOR;
1778 mEventCursor.getInt(EVENT_INDEX_ACCESS_LEVEL) == Calendars.CAL_ACCESS_FREEBUSY;
2168 // from the assets. If we're switching calendars, we need to clear and re-populate the
2211 service.startBatch(0, null, Calendars.CONTENT_URI.getAuthority(), ops, 0);