Lines Matching refs:dest
180 public final void copyTo(Event dest) { in copyTo() argument
181 dest.id = id; in copyTo()
182 dest.title = title; in copyTo()
183 dest.color = color; in copyTo()
184 dest.location = location; in copyTo()
185 dest.allDay = allDay; in copyTo()
186 dest.startDay = startDay; in copyTo()
187 dest.endDay = endDay; in copyTo()
188 dest.startTime = startTime; in copyTo()
189 dest.endTime = endTime; in copyTo()
190 dest.startMillis = startMillis; in copyTo()
191 dest.endMillis = endMillis; in copyTo()
192 dest.hasAlarm = hasAlarm; in copyTo()
193 dest.isRepeating = isRepeating; in copyTo()
194 dest.selfAttendeeStatus = selfAttendeeStatus; in copyTo()
195 dest.organizer = organizer; in copyTo()
196 dest.guestsCanModify = guestsCanModify; in copyTo()