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

  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 93 int cityDayOfWeek = now.get(Calendar.DAY_OF_WEEK);
100 if (myDayOfWeek != cityDayOfWeek) {
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
WorldClockAdapter.java 228 int cityDayOfWeek = now.get(Calendar.DAY_OF_WEEK);
229 if (myDayOfWeek != cityDayOfWeek) {

Completed in 64 milliseconds