HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_TIMEZONE (Results 1 - 4 of 4) sorted by null

  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 94 private static final String DEFAULT_TIMEZONE = Time.getCurrentTimezone();
179 setTimezone(DEFAULT_TIMEZONE);
509 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE,
516 result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE,
526 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE,
536 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE,
546 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE,
556 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE,
566 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE,
576 String result = Utils.getDisplayedDatetime(start, end, NOW_TIME, DEFAULT_TIMEZONE,
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 48 static final String DEFAULT_TIMEZONE = "America/Los_Angeles";
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);
CalendarProvider2Test.java 110 private static final String DEFAULT_TIMEZONE = TIME_ZONE_AMERICA_LOS_ANGELES;
299 Time time = new Time(DEFAULT_TIMEZONE);
323 Time time = new Time(DEFAULT_TIMEZONE);
351 Time time = new Time(DEFAULT_TIMEZONE);
446 Time time = new Time(DEFAULT_TIMEZONE);
510 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
544 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
589 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE,
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java 42 private static final String DEFAULT_TIMEZONE = "America/Los_Angeles";
78 TimeZone.setDefault(TimeZone.getTimeZone(DEFAULT_TIMEZONE));

Completed in 460 milliseconds