Searched refs:DEFAULT_TIMEZONE (Results 1 - 2 of 2) sorted by relevance

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarSyncTestingBase.java48 static final String DEFAULT_TIMEZONE = "America/Los_Angeles"; field in class:CalendarSyncTestingBase
235 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
241 mTimezone = DEFAULT_TIMEZONE;
252 mTimezone = DEFAULT_TIMEZONE;
289 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
333 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE);
H A DCalendarProvider2Test.java77 private static final String DEFAULT_TIMEZONE = TIME_ZONE_AMERICA_LOS_ANGELES; field in class:CalendarProvider2Test
221 Time time = new Time(DEFAULT_TIMEZONE);
245 Time time = new Time(DEFAULT_TIMEZONE);
273 Time time = new Time(DEFAULT_TIMEZONE);
368 Time time = new Time(DEFAULT_TIMEZONE);
429 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
460 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
504 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE);
1088 int calId = insertCal("Calendar0", DEFAULT_TIMEZONE);
1300 int calendarId0 = insertCal("Calendar0", DEFAULT_TIMEZONE);
[all...]

Completed in 6 milliseconds