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/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));
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 113 private static final String DEFAULT_TIMEZONE = TIME_ZONE_AMERICA_LOS_ANGELES;
307 Time time = new Time(DEFAULT_TIMEZONE);
331 Time time = new Time(DEFAULT_TIMEZONE);
359 Time time = new Time(DEFAULT_TIMEZONE);
454 Time time = new Time(DEFAULT_TIMEZONE);
518 init(title, startDate, endDate, allDay, DEFAULT_TIMEZONE);
552 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
597 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE,
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/database/
FilteredNumberProviderTest.java 35 private static final String DEFAULT_TIMEZONE = TIME_ZONE_AMERICA_LOS_ANGELES;

Completed in 4082 milliseconds