Lines Matching full:time
34 import android.text.format.Time;
191 * @param begin the begin time of the event, in UTC milliseconds
192 * @param end the end time of the event, in UTC milliseconds
239 * @param begin the begin time of the event, in UTC milliseconds
240 * @param end the end time of the event, in UTC milliseconds
347 // the start time of the recurrence.
394 // Modify the repeating event to end just before this event time
397 Time date = new Time();
399 date.timezone = Time.TIMEZONE_UTC;
407 date.switchTimezone(Time.TIMEZONE_UTC);