Searched refs:rawValues (Results 1 – 1 of 1) sorted by relevance
3004 ContentValues rawValues = new ContentValues(); in updateEventRawTimesLocked() local3006 rawValues.put(CalendarContract.EventsRawTimes.EVENT_ID, eventId); in updateEventRawTimesLocked()3026 rawValues.put(CalendarContract.EventsRawTimes.DTSTART_2445, time.format2445()); in updateEventRawTimesLocked()3032 rawValues.put(CalendarContract.EventsRawTimes.DTEND_2445, time.format2445()); in updateEventRawTimesLocked()3045 rawValues.put(CalendarContract.EventsRawTimes.ORIGINAL_INSTANCE_TIME_2445, in updateEventRawTimesLocked()3053 rawValues.put(CalendarContract.EventsRawTimes.LAST_DATE_2445, time.format2445()); in updateEventRawTimesLocked()3056 mDbHelper.eventsRawTimesReplace(rawValues); in updateEventRawTimesLocked()