Searched refs:rawValues (Results 1 – 1 of 1) sorted by relevance
3246 ContentValues rawValues = new ContentValues(); in updateEventRawTimesLocked() local3248 rawValues.put(CalendarContract.EventsRawTimes.EVENT_ID, eventId); in updateEventRawTimesLocked()3268 rawValues.put(CalendarContract.EventsRawTimes.DTSTART_2445, time.format2445()); in updateEventRawTimesLocked()3274 rawValues.put(CalendarContract.EventsRawTimes.DTEND_2445, time.format2445()); in updateEventRawTimesLocked()3287 rawValues.put(CalendarContract.EventsRawTimes.ORIGINAL_INSTANCE_TIME_2445, in updateEventRawTimesLocked()3295 rawValues.put(CalendarContract.EventsRawTimes.LAST_DATE_2445, time.format2445()); in updateEventRawTimesLocked()3298 mDbHelper.eventsRawTimesReplace(rawValues); in updateEventRawTimesLocked()