Lines Matching refs:dest
174 public final void copyTo(Event dest) { in copyTo() argument
175 dest.id = id; in copyTo()
176 dest.title = title; in copyTo()
177 dest.color = color; in copyTo()
178 dest.location = location; in copyTo()
179 dest.allDay = allDay; in copyTo()
180 dest.startDay = startDay; in copyTo()
181 dest.endDay = endDay; in copyTo()
182 dest.startTime = startTime; in copyTo()
183 dest.endTime = endTime; in copyTo()
184 dest.startMillis = startMillis; in copyTo()
185 dest.endMillis = endMillis; in copyTo()
186 dest.hasAlarm = hasAlarm; in copyTo()
187 dest.isRepeating = isRepeating; in copyTo()
188 dest.selfAttendeeStatus = selfAttendeeStatus; in copyTo()
189 dest.organizer = organizer; in copyTo()
190 dest.guestsCanModify = guestsCanModify; in copyTo()