Home
last modified time | relevance | path

Searched refs:CALENDAR_ID (Results 1 – 15 of 15) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java84 Events.CALENDAR_ID + "," +
201 " WHERE " + CalendarContract.Events.CALENDAR_ID + "=" +
221 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID
223 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID
528 CalendarContract.Events.CALENDAR_ID + " INTEGER NOT NULL," + in createEventsTable()
587 + CalendarContract.Events.CALENDAR_ID + ");"); in createEventsTable()
1578 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID in upgradeToVersion400()
1581 + Events.CALENDAR_ID + ") AND " + Colors.COLOR_KEY + "=" + "new." in upgradeToVersion400()
3191 + CalendarContract.Events.CALENDAR_ID + "," in createEventsView()
3254 + " ON (" + Tables.EVENTS + "." + Events.CALENDAR_ID in createEventsView()
DCalendarDebug.java99 String where = CalendarContract.Events.CALENDAR_ID + "=" + id; in doInBackground()
110 String dirtyWhere = CalendarContract.Events.CALENDAR_ID + "=" + id in doInBackground()
DCalendarProvider2.java221 Tables.EVENTS + "." + Events.CALENDAR_ID + "=" + Tables.CALENDARS + "." + Calendars._ID;
230 Tables.EVENTS + "." + Events.CALENDAR_ID + "=" + Tables.CALENDARS + "." + Calendars._ID;
1736 int calIdCol = cursor.getColumnIndex(Events.CALENDAR_ID); in handleInsertException()
1984 long calendarId = values.getAsLong(Events.CALENDAR_ID); in handleInsertException()
2059 String calendarId = values.getAsString(Events.CALENDAR_ID); in backfillExceptionOriginalIds()
2070 Events.ORIGINAL_SYNC_ID + "=? AND " + Events.CALENDAR_ID + "=?", in backfillExceptionOriginalIds()
2123 Long calendar_id = updatedValues.getAsLong(Events.CALENDAR_ID); in insertInTransaction()
2158 updatedValues.getAsString(Events.CALENDAR_ID)); in insertInTransaction()
2560 if (TextUtils.isEmpty(values.getAsString(Events.CALENDAR_ID))) { in validateEventData()
2631 Events._SYNC_ID + "=?" + " AND " + Events.CALENDAR_ID + "=?", in getOriginalId()
[all …]
DCalendarInstancesHelper.java121 Events.CALENDAR_ID,
182 int calendarIdColumn = entries.getColumnIndex(Events.CALENDAR_ID); in performInstanceExpansion()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DGlobalDismissManager.java178 Events.CALENDAR_ID
428 int calendar_id_idx = eventCursor.getColumnIndex(Events.CALENDAR_ID); in lookupEventToCalendarMap()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventActivity.java156 info.calendarId = intent.getLongExtra(Events.CALENDAR_ID, -1); in getEventInfoFromIntent()
DEditEventHelper.java75 Events.CALENDAR_ID, // 6
1259 values.put(Events.CALENDAR_ID, calendarId); in getContentValuesFromModel()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteractionsLoader.java111 + " AND " + CalendarContract.Attendees.CALENDAR_ID in getSharedEventsCursor()
DCalendarInteraction.java139 return mValues.getAsInteger(Attendees.CALENDAR_ID); in getCalendarId()
/packages/apps/Calendar/src/com/android/calendar/
DDeleteEventHelper.java383 values.put(Events.CALENDAR_ID, calendarId); in deleteRepeatingEvent()
DCalendarController.java751 intent.putExtra(Events.CALENDAR_ID, calendarId); in generateCreateEventIntent()
DEventInfoFragment.java188 Events.CALENDAR_ID, // 4 do not remove; used in DeleteEventHelper
DDayView.java4494 new String[] { Events.CALENDAR_ID }, in getEventAccessLevel()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1185 m.put(Events.CALENDAR_ID, calId); in eventInfoToContentValues()
2072 Cursor cursor = db.query("Events", null, Events.CALENDAR_ID + "=?", new String[] {calendar}, in checkEvents()
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java1574 values.put(Events.CALENDAR_ID, 2L); in buildTestValues()