Searched refs:rawValues (Results 1 – 1 of 1) sorted by relevance
2995 ContentValues rawValues = new ContentValues(); in updateEventRawTimesLocked() local2997 rawValues.put(CalendarContract.EventsRawTimes.EVENT_ID, eventId); in updateEventRawTimesLocked()3017 rawValues.put(CalendarContract.EventsRawTimes.DTSTART_2445, time.format2445()); in updateEventRawTimesLocked()3023 rawValues.put(CalendarContract.EventsRawTimes.DTEND_2445, time.format2445()); in updateEventRawTimesLocked()3036 rawValues.put(CalendarContract.EventsRawTimes.ORIGINAL_INSTANCE_TIME_2445, in updateEventRawTimesLocked()3044 rawValues.put(CalendarContract.EventsRawTimes.LAST_DATE_2445, time.format2445()); in updateEventRawTimesLocked()3047 mDbHelper.eventsRawTimesReplace(rawValues); in updateEventRawTimesLocked()