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

  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 98 int myDayOfWeek = now.get(Calendar.DAY_OF_WEEK);
114 if (myDayOfWeek != cityDayOfWeek) {
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
WorldClockAdapter.java 276 int myDayOfWeek = now.get(Calendar.DAY_OF_WEEK);
281 if (myDayOfWeek != cityDayOfWeek) {

Completed in 29 milliseconds