Searched refs:calendarId (Results 1 – 5 of 5) sorted by relevance
290 int calendarId = mCursor.getInt(indexCalendarId); in deleteRepeatingEvent() local293 values.put(Events.CALENDAR_ID, calendarId); in deleteRepeatingEvent()
674 long calendarId = mEventCursor.getInt(EVENT_INDEX_CALENDAR_ID); in onCreate() local690 mInitialValues.put(Events.CALENDAR_ID, calendarId); in onCreate()2218 long calendarId; in getContentValuesFromUi() local2238 calendarId = mCalendarsSpinner.getSelectedItemId(); in getContentValuesFromUi()2240 calendarId = mInitialValues.getAsLong(Events.CALENDAR_ID); in getContentValuesFromUi()2244 calendarId = mInitialValues.getAsLong(Events.CALENDAR_ID); in getContentValuesFromUi()2247 calendarId = mCalendarsSpinner.getSelectedItemId(); in getContentValuesFromUi()2256 values.put(Events.CALENDAR_ID, calendarId); in getContentValuesFromUi()
786 int calendarId = cursor.getInt(EVENT_INDEX_CALENDAR_ID); in createExceptionResponse() local793 values.put(Events.CALENDAR_ID, calendarId); in createExceptionResponse()
107 protected Uri insertEvent(int calendarId, EventInfo event) throws Exception{ in insertEvent() argument109 m.put(Calendar.Events.CALENDAR_ID, calendarId); in insertEvent()
1160 private String getSyncIdKey(String syncId, long calendarId) { in getSyncIdKey() argument1161 return calendarId + ":" + syncId; in getSyncIdKey()1265 long calendarId = entries.getLong(calendarIdColumn); in performInstanceExpansion() local1266 String syncIdKey = getSyncIdKey(syncId, calendarId); // key into instancesMap in performInstanceExpansion()1374 getSyncIdKey(originalEvent, calendarId)); in performInstanceExpansion()