Searched refs:CALENDAR_ID (Results 1 – 12 of 12) sorted by relevance
99 String where = CalendarContract.Events.CALENDAR_ID + "=" + id; in doInBackground()110 String dirtyWhere = CalendarContract.Events.CALENDAR_ID + "=" + id in doInBackground()
84 Events.CALENDAR_ID + "," +201 " WHERE " + CalendarContract.Events.CALENDAR_ID + "=" +221 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID223 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID528 CalendarContract.Events.CALENDAR_ID + " INTEGER NOT NULL," + in createEventsTable()587 + CalendarContract.Events.CALENDAR_ID + ");"); in createEventsTable()1583 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID in upgradeToVersion400()1586 + Events.CALENDAR_ID + ") AND " + Colors.COLOR_KEY + "=" + "new." in upgradeToVersion400()3196 + CalendarContract.Events.CALENDAR_ID + "," in createEventsView()3260 + " ON (" + Tables.EVENTS + "." + Events.CALENDAR_ID in createEventsView()
1943 int calIdCol = cursor.getColumnIndex(Events.CALENDAR_ID); in handleInsertException()2191 long calendarId = values.getAsLong(Events.CALENDAR_ID); in handleInsertException()2266 String calendarId = values.getAsString(Events.CALENDAR_ID); in backfillExceptionOriginalIds()2277 Events.ORIGINAL_SYNC_ID + "=? AND " + Events.CALENDAR_ID + "=?", in backfillExceptionOriginalIds()2398 Long calendar_id = updatedValues.getAsLong(Events.CALENDAR_ID); in insertInTransactionInner()2433 updatedValues.getAsString(Events.CALENDAR_ID)); in insertInTransactionInner()2835 if (TextUtils.isEmpty(values.getAsString(Events.CALENDAR_ID))) { in validateEventData()2906 Events._SYNC_ID + "=?" + " AND " + Events.CALENDAR_ID + "=?", in getOriginalId()3054 new String[] { Events.CALENDAR_ID }, in updateEventAttendeeStatus()5056 sEventsProjectionMap.put(Events.CALENDAR_ID, Events.CALENDAR_ID); in sEventsProjectionMap.put() argument[all …]
121 Events.CALENDAR_ID,182 int calendarIdColumn = entries.getColumnIndex(Events.CALENDAR_ID); in performInstanceExpansion()
47 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.CALENDAR_ID);
54 Instances.CALENDAR_ID,
1308 m.put(Events.CALENDAR_ID, calId); in eventInfoToContentValues()2195 Cursor cursor = db.query("Events", null, Events.CALENDAR_ID + "=?", new String[] {calendar}, in checkEvents()3327 Instances.CALENDAR_ID, in testEnterpriseInstancesGetCorrectValue()3401 Events.CALENDAR_ID, in testEnterpriseEventsGetCorrectValue()3437 Events.CALENDAR_ID, in testEnterpriseEventsGetCorrectValueWithId()3488 cursor.getColumnIndex(Events.CALENDAR_ID))); in testEnterpriseEventsProjectionCalibration()3502 "(" + Events.CALENDAR_ID + " = ? )", in cleanupEnterpriseTestForEvents()3510 cv.put(Events.CALENDAR_ID, calendarId); in insertWorkEvent()
1003 public static final String CALENDAR_ID = "calendar_id"; field1479 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, CALENDAR_ID); in getEntityAndIncrementCursor()
175 Events.CALENDAR_ID, // 4 do not remove; used in DeleteEventHelper
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
33568 field public static final String CALENDAR_ID = "calendar_id";
23459 field public static final java.lang.String CALENDAR_ID = "calendar_id";