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

  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 193 final Calendar cityCal = Calendar.getInstance(city.getTimeZone());
194 final boolean displayDayOfWeek = localCal.get(DAY_OF_WEEK) != cityCal.get(DAY_OF_WEEK);
199 final String weekday = cityCal.getDisplayName(DAY_OF_WEEK, Calendar.SHORT, locale);
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 395 final Calendar cityCal = Calendar.getInstance(city.getTimeZone());
396 final boolean displayDayOfWeek = localCal.get(DAY_OF_WEEK) != cityCal.get(DAY_OF_WEEK);
403 final String weekday = cityCal.getDisplayName(DAY_OF_WEEK, Calendar.SHORT, locale);

Completed in 965 milliseconds