HomeSort by relevance Sort by last modified time
    Searched defs:weekDay (Results 1 - 25 of 51) sorted by null

1 2 3

  /packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java 181 sameDay = (t1.weekDay == t2.weekDay);
189 // Same day if next day of t2's start day equals to t1's start day. (1 <= weekDay <= 7)
190 sameDay = (t1.weekDay == ((t2.weekDay % 7) + 1));
232 final int weekDay;
239 int weekDay = time.get(Calendar.DAY_OF_WEEK);
243 boolean dayChanged = (weekDay != time.get(Calendar.DAY_OF_WEEK));
254 return new ProgramTime(startTimeOfDayInSec, endTimeOfDayInSec, weekDay, dayChanged);
258 int startTimeOfDayInSec, int endTimeOfDayInSec, int weekDay, boolean dayChanged)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 179 TextView weekDay = (TextView) v.findViewById(R.id.top_button_weekday);
184 weekDay.setVisibility(View.VISIBLE);
185 weekDay.setText(buildDayOfWeek());
190 weekDay.setVisibility(View.VISIBLE);
191 weekDay.setText(buildWeekNum());
193 weekDay.setVisibility(View.GONE);
198 weekDay.setVisibility(View.GONE);
202 weekDay.setVisibility(View.VISIBLE);
203 weekDay.setText(buildDayOfWeek());
391 int dayOfWeek = t.weekDay;
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 714 private int weekDay;
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 114 public int weekDay;
214 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
312 this.weekDay = 0;
389 * <code>allDay</code> is set to false. The fields <code>weekDay</code>,
486 weekDay = 0;
674 this.weekDay = 0;
792 this.weekDay = that.weekDay;
799 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
810 this.weekDay = 0
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 246 int v = EventRecurrence.timeDay2Day(iterator.weekDay);
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7;
514 first = generated.weekDay;
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 

Completed in 904 milliseconds

1 2 3