Lines Matching refs:time

177      * start and end time, whether it is an all-day event, and so on) are
299 Time time = new Time(DEFAULT_TIMEZONE);
300 time.parse3339(startDate);
301 begin = time.toMillis(false /* use isDst */);
302 time.parse3339(endDate);
303 end = time.toMillis(false /* use isDst */);
323 Time time = new Time(DEFAULT_TIMEZONE);
324 time.parse3339(startDate);
325 begin = time.toMillis(false /* use isDst */);
326 time.parse3339(endDate);
327 end = time.toMillis(false /* use isDst */);
351 Time time = new Time(DEFAULT_TIMEZONE);
352 time.parse3339(startDate);
353 begin = time.toMillis(false /* use isDst */);
354 time.parse3339(endDate);
355 end = time.toMillis(false /* use isDst */);
366 time.parse3339(instance);
367 this.instances[index++] = time.toMillis(false /* use isDst */);
391 // time.
443 * @param date the date or date-time string of an event instance
446 Time time = new Time(DEFAULT_TIMEZONE);
447 time.parse3339(startDate);
448 begin = time.toMillis(false /* use isDst */);
449 time.parse3339(endDate);
450 end = time.toMillis(false /* use isDst */);
453 time.parse3339(date);
454 allDay = time.allDay;
455 instance = time.toMillis(false /* use isDst */);
519 Time time = new Time();
521 time.timezone = Time.TIMEZONE_UTC;
523 time.timezone = timezone;
525 mTimezone = time.timezone;
526 time.parse3339(startDate);
527 mDtstart = time.toMillis(false /* use isDst */);
528 time.parse3339(endDate);
529 mDtend = time.toMillis(false /* use isDst */);
551 Time time = new Time();
553 time.timezone = Time.TIMEZONE_UTC;
555 time.timezone = timezone;
557 mTimezone = time.timezone;
558 time.parse3339(startDate);
559 mDtstart = time.toMillis(false /* use isDst */);
561 time.parse3339(endDate);
562 mDtend = time.toMillis(false /* use isDst */);
589 Time time = new Time(timezone);
590 time.parse3339(originalInstance);
591 mOriginalInstance = time.toMillis(false /* use isDst */);
605 Time time = new Time(mEvent.mTimezone);
606 time.parse3339(startDate);
607 mBegin = time.toMillis(false /* use isDst */);
608 time.parse3339(endDate);
609 mEnd = time.toMillis(false /* use isDst */);
851 * exception and then changes the end time of the recurring event. It then
865 // Verify that one of the 4 occurrences has its start time changed
871 // Change the end time of "daily0" but it still includes the
881 // This time change the end time of "daily0" so that it excludes
1034 * Creates a new calendar, with the provided name, time zone, and account name.
1256 // "begin" is the earliest start time of all the normal events,
1257 // and "end" is the latest end time of all the normal events.
1581 Time time = new Time(DEFAULT_TIMEZONE);
1582 time.parse3339(START);
1583 long startMs = time.toMillis(true /* ignoreDst */);
1929 Time time = new Time(DEFAULT_TIMEZONE);
1930 time.set(begin);
1931 String startDate = time.format3339(false);
1932 time.set(end);
1933 String endDate = time.format3339(false);
2246 Time time = new Time(Time.TIMEZONE_UTC);
2249 time.parse3339(str);
2250 assertEquals(result, time.toString());
2297 Time time = new Time(DEFAULT_TIMEZONE);
2298 time.parse3339(START);
2299 long startMs = time.toMillis(true /* ignoreDst */);
2326 * to fill this time range if they are not already expanded and will slow
2327 * down for larger time ranges with many recurring events.
2331 * @param begin The start of the time range to query in UTC millis since
2333 * @param end The end of the time range to query in UTC millis since epoch
2365 * to fill this time range if they are not already expanded and will slow
2366 * down for larger time ranges with many recurring events.
2370 * @param begin The start of the time range to query in UTC millis since
2372 * @param end The end of the time range to query in UTC millis since epoch
2524 // inject a new time zone