Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DUtils.java1333 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), in getDisplayedDatetime()
1355 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), startMillis, in getDisplayedDatetime()
1428 private static int isTodayOrTomorrow(Resources r, long dayMillis, in isTodayOrTomorrow() method in Utils