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

  /packages/apps/Dialer/java/com/android/contacts/common/util/
DateUtils.java 38 int currentDay = Time.getJulianDay(date2, time.gmtoff);
40 return Math.abs(currentDay - startDay);
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeScheduleDaysSelection.java 91 int currentDay = c.getFirstDayOfWeek();
93 if (currentDay > 7) currentDay = 1;
94 daysOfWeek[i] = currentDay;
95 currentDay++;
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DurationPicker.java 115 public void setCurrentDay(Integer currentDay) {
116 mCurrentDay = currentDay;
169 int currentDay = mCurrentDay;
170 mDayPicker.setCurrent(currentDay);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 336 for (int currentDay = prevStartDay + 1; currentDay <= startDay; currentDay++) {
343 if (info.mEndDay < currentDay) {
351 rowInfo.add(new RowInfo(TYPE_DAY, currentDay));
357 long infoEndTime = (info.mEndDay == currentDay) ?
359 rowInfo.add(new RowInfo(TYPE_MEETING, currentDay, info.mPosition,
400 for (int currentDay = prevStartDay + 1; currentDay <= dayAdapterInfo.end;
401 currentDay++)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 148 int currentDay = Time.getJulianDay(currentMillis, localGmtOffset);
150 int days = startDay - currentDay;
  /external/python/cpython3/Lib/logging/
handlers.py 279 currentDay = t[6]
294 currentDay = (currentDay + 1) % 7
312 day = currentDay # 0 is Monday
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 200 milliseconds