Searched refs:weekDay (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DTime.java91 public int weekDay; field in class:Time
198 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
282 this.weekDay = 0;
394 * <code>allDay</code> is set to false. The fields <code>weekDay</code>,
564 this.weekDay = that.weekDay;
571 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
582 this.weekDay = 0;
590 * Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
605 this.weekDay
[all...]
H A DDateUtils.java1598 if (span < DAY_IN_MILLIS && sNowTime.weekDay == sThenTime.weekDay) {
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java246 int v = EventRecurrence.timeDay2Day(iterator.weekDay);
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7;
514 first = generated.weekDay;
908 * iterator.weekDay indicates the day of the week (0-6, SU-SA).
924 int weekStartAdj = (iterator.weekDay -
1131 * This method also computes the weekDay and yearDay fields.
1209 date.weekDay = weekDay(year, month, monthDay);
1262 static int weekDay(int year, int month, int day) { method in class:RecurrenceProcessor
/frameworks/base/core/java/android/content/
H A DSyncManager.java1502 int weekDay = today;
1505 weekDay -= 7;
1512 int delta = weekDay-ds.day;
1517 aggr = new SyncStorageEngine.DayStats(weekDay);
1525 pw.print(" Week-"); pw.print((today-weekDay)/7); pw.print(": ");

Completed in 158 milliseconds