Home
last modified time | relevance | path

Searched refs:isTodayOrTomorrow (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteractionUtils.java48 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), in getDisplayedDatetime()
70 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), startMillis, in getDisplayedDatetime()
145 private static int isTodayOrTomorrow(Resources r, long dayMillis, in isTodayOrTomorrow() method in CalendarInteractionUtils
/packages/apps/Calendar/src/com/android/calendar/
DUtils.java1423 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), in getDisplayedDatetime()
1445 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), startMillis, in getDisplayedDatetime()
1518 private static int isTodayOrTomorrow(Resources r, long dayMillis, in isTodayOrTomorrow() method in Utils