Lines Matching refs:untilTime
1923 Time untilTime = new Time();
1931 untilTime
1935 untilTime.set(begin - 1000); // subtract one second (1000 millis)
1937 untilTime.hour = 0;
1938 untilTime.minute = 0;
1939 untilTime.second = 0;
1940 untilTime.allDay = true;
1941 untilTime.normalize(false);
1953 mEventRecurrence.until = untilTime.format2445();