Home
last modified time | relevance | path

Searched refs:dayMillis (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteractionUtils.java145 private static int isTodayOrTomorrow(Resources r, long dayMillis, in isTodayOrTomorrow() argument
147 int startDay = Time.getJulianDay(dayMillis, localGmtOffset); in isTodayOrTomorrow()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java680 final long dayMillis = aSunday + i * DateUtils.DAY_IN_MILLIS; in generateShortAndLongWeekdaysIfNeeded() local
681 sShortWeekdays[i] = shortFormat.format(new Date(dayMillis)); in generateShortAndLongWeekdaysIfNeeded()
682 sLongWeekdays[i] = longFormat.format(new Date(dayMillis)); in generateShortAndLongWeekdaysIfNeeded()
/packages/apps/Calendar/src/com/android/calendar/
DUtils.java1518 private static int isTodayOrTomorrow(Resources r, long dayMillis, in isTodayOrTomorrow() argument
1520 int startDay = Time.getJulianDay(dayMillis, localGmtOffset); in isTodayOrTomorrow()