Searched refs:rawValues (Results 1 – 1 of 1) sorted by relevance
3019 ContentValues rawValues = new ContentValues(); in updateEventRawTimesLocked() local3021 rawValues.put(CalendarContract.EventsRawTimes.EVENT_ID, eventId); in updateEventRawTimesLocked()3041 rawValues.put(CalendarContract.EventsRawTimes.DTSTART_2445, time.format2445()); in updateEventRawTimesLocked()3047 rawValues.put(CalendarContract.EventsRawTimes.DTEND_2445, time.format2445()); in updateEventRawTimesLocked()3060 rawValues.put(CalendarContract.EventsRawTimes.ORIGINAL_INSTANCE_TIME_2445, in updateEventRawTimesLocked()3068 rawValues.put(CalendarContract.EventsRawTimes.LAST_DATE_2445, time.format2445()); in updateEventRawTimesLocked()3071 mDbHelper.eventsRawTimesReplace(rawValues); in updateEventRawTimesLocked()