Home
last modified time | relevance | path

Searched refs:CALENDARS_INDEX_ID (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java187 static final int CALENDARS_INDEX_ID = 0; field in EditEventHelper
1131 if (model.mCalendarId != cursor.getInt(CALENDARS_INDEX_ID)) { in setModelFromCalendarCursor()
DEditEventView.java715 mModel.mCalendarId = mCalendarsCursor.getLong(EditEventHelper.CALENDARS_INDEX_ID); in fillModelFromUI()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java261 private static final int CALENDARS_INDEX_ID = 0; field in CalendarProvider2
3633 long id = c.getLong(CALENDARS_INDEX_ID); in deleteMatchingCalendars()