Home
last modified time | relevance | path

Searched refs:todayOrTomorrow (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() local
50 if (TODAY == todayOrTomorrow) { in getDisplayedDatetime()
52 } else if (TOMORROW == todayOrTomorrow) { in getDisplayedDatetime()
70 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), startMillis, in getDisplayedDatetime() local
72 if (TODAY == todayOrTomorrow) { in getDisplayedDatetime()
76 } else if (TOMORROW == todayOrTomorrow) { in getDisplayedDatetime()
/packages/apps/Calendar/src/com/android/calendar/
DUtils.java1423 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), in getDisplayedDatetime() local
1425 if (TODAY == todayOrTomorrow) { in getDisplayedDatetime()
1427 } else if (TOMORROW == todayOrTomorrow) { in getDisplayedDatetime()
1445 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), startMillis, in getDisplayedDatetime() local
1447 if (TODAY == todayOrTomorrow) { in getDisplayedDatetime()
1451 } else if (TOMORROW == todayOrTomorrow) { in getDisplayedDatetime()